Skip to main content

kubeadm

Do the things that do the things to get k8s alive.

  1. Provision the VMs for your cluster
  2. Install a container runtime on each host (such as containerD)
  3. Install kubeadm on all the nodes
  4. Initialize the controller server
  5. Setup the pod network
  6. Join worker nodes to the controller node