All-In-One kubernetes installation script from scratch with CNI and Helm
Just copy-paste this command on the server
git clone https://github.com/zolghadri/kubernetes-easy-install.git KEI && cd KEI && sudo chmod +x control-plane.sh && ./ control-plane.sh
This script can install Flannel (Tested) or Cilium as CNI, Kubeadm, Kubectl, Containerd and Helm.
Tested on:
Debian 13