Initial Setup
We’ll first start off by setting up our environment. This includes our underlying hosts(whether physical, or virtual) for our cluster and our storage solution. If you want to set up your cluster in virtual machines, I’d recommend either Virtualbox If you’re using Windows or Virt-Manager(qemu/kvm) if you’re on linux. Once that’s been completed, we’ll move on to installing K3S on our master and worker nodes. and then finally setting up an NFS Drive for persistent storage.
Table of Contents
- VirtualBox Setup for K3S Cluster
- Install K3S Server
- Install K3S Agent
- Setup NFS Drive for Kubernetes
- Setup Kubernetes NFS Subdir External Provisioner