Upgrading a Kubernetes cluster with kubeadm
Studying for the CKA, I am upgrading my homelab Kubernetes cluster for the first time and I though I should document the process for a better learning experience. Useful links The Kubernetes Documentation Changing the Kubernetes package repository Upgrading kubeadm clusters Upgrading a Kubernetes cluster Upgrading a Kubernetes cluster for the first time can seem scary. Going into this I didn’t really know what to expect. I knew that Kubernetes is complex and has a lot of different parts holding everything together. I also knew that it isn’t as simple as just running an upgrade command. ...