Day 1 of #100daysofhomelab

I have decided to start my #100daysofhomelab journey again, so today is day 1. I have been working on a K3s cluster in the house, and so far, I have to start again… going to rebuild it again tomorrow at some stage…

some notes for myself:

Service Account for Dashboard

to create the Service account, create a file, ca.yml, and enter the following:

next, create a file called cluster-role-binding.yml with the following:

make sure username matches!

run the following commands:

Installing OpenSCSI and NFS (required for Longhorn) with Ansible

Ansible Script