Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 647 Bytes

KASU

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:

  1. containerd
  2. kubeadm
  3. 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!

TODO

  • add WASM runtime under containerd (in addition to runc), and load up the runtime class into the cluster automatically on CP init.