Skip to main content

Kubernetes Cluster

From Virtual Machines to a Production-like Kubernetes Cluster

We used Terraform and cloud-init to automate:

  • Creation of the master and worker nodes in Proxmox.
  • Static IP assignments.
  • Bootstrapping with kubeadm.

The cluster uses:

  • containerd as container runtime.
  • Flannel as CNI for simplicity.

This is the backbone of the homelab.