Uncategorized
Upgrading Kubernetes cluster components
At some point, if you are the kubernetes administrator, you might be tasked to upgrade the kubernetes cluster. The best way to upgrade kube is using kubeadm tool. The recommendation approach is to upgrade all the components of cluster kubeadm, kubelet, kubectl and all system pods/ daemon to the same version. In this post, I walk you through the upgrade of kubernetes cluster to 1.27.0. Fist verify existing cluster details Read more…