k0s

K0s is my favourite method to quick and easy spin up a new cluster.

https://docs.k0sproject.io/stable/install/

I usually export the admin kubeconfig to give access to the cluster for k9s, helm etc \

mkdir -p ~/.kube
k0s kubeconfig admin > /.kube/config
export KUBECONFIG=
/.kube/config