Skip to content
/ kasu Public

KASU: (K)ubeadm (A)uto (S)etup on (U)buntu

Notifications You must be signed in to change notification settings

lu1a/kasu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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://github.com/raw/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.

About

KASU: (K)ubeadm (A)uto (S)etup on (U)buntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages