Install on Virtual Machine
Setup a VM of choice
Login to the shell
Install Microk8s from snap
$sudo snap install microk8s --classic --channel=1.21Add user to the microk8s group
sudo usermod -a -G microk8s $USER
sudo chown -f -R $USER ~/.kube$microk8s status --wait-readyLast updated