KASU: (K)ubeadm (A)uto (S)etup on (U)buntu
I want to make a bunch of kubernetes machines but I don't want to create an ISO with everything loaded on it. So I'll make a script which can be run on a fresh install of JJ Ubuntu, to give me:
- containerd
- kubeadm
- cilium
so that I can either make a control plane or join into one. 👍
Command:
wget -O kasu.sh "https://raw.githubusercontent.com/lu1a/kasu/main/kasu.sh" && chmod +x kasu.sh && ./kasu.sh
Suggestions/help/PRs welcome!
- add WASM runtime under containerd (in addition to runc), and load up the runtime class into the cluster automatically on CP init.