I am trying to install kubernetes in multipass ubuntu and looking for a cloud-init to install kubernetes. Do you know of any?
I am aware of microk8s but would like to install plain vanilla k8s.
Thanks
I am trying to install kubernetes in multipass ubuntu and looking for a cloud-init to install kubernetes. Do you know of any?
I am aware of microk8s but would like to install plain vanilla k8s.
Thanks
Hi @JCzz!
I have seen https://github.com/shinunandakumar/cka-cluster-setup/tree/main which some parts could be adapted into cloud-init
, but I haven’t seen any straight up cloud-init
that already does this. Maybe someone else in the community will chime in
Thanks!
Hi there, I started playing with this awhile ago but never finished it. My goal was to automate creating an entire HA cluster with kubeadm. I found my work and dumped it here, apologies that it isn’t completed … PRs are welcome?