
Building Kubernetes the Hard Way: What "Just Running Commands" Actually Teaches You
I passed the CKA in January after four attempts. It taught me how to use Kubernetes. But understanding how the pieces actually fit together — that comes from building it yourself. The CKA taught me how to deploy pods, manage services, troubleshoot containers. Mumshad’s KodeKloud course covered the architecture — the API server, etcd, scheduler, controller-manager, kubelet. But KTHW makes you build those connections yourself: generating the certificates that secure communication between components, creating the kubeconfig files that authenticate them to each other, manually starting each service and seeing how they register. ...
