RKE2 the Hard Way
Building an RKE2-like Kubernetes cluster from scratch, the hard way.
This training series will guide you through building a Kubernetes cluster from scratch, mirroring the features of RKE2 but without using any distribution-specific tools or shortcuts. We will manually configure each component to understand the underlying mechanisms.
Parts
- Part 1: Introduction and Prerequisites
- Part 2: Certificate Authority and TLS Certificates
- Part 3: Setting up containerd and kubelet
- Part 4: Setting up etcd Cluster as Static Pods
- Part 5: Setting up kube-apiserver as Static Pods
- Part 6: Setting up kube-controller-manager and kube-scheduler as Static Pods
- Part 7: Setting up kubelet and kube-proxy on Worker Nodes
- Part 8: Installing Cilium CNI
- Part 9: Installing CoreDNS
- Part 10: Installing Ingress Nginx
- Part 11: Cluster Verification and Access