When you are managing Kubernetes in the real world, it is essential that you are able to keep your cluster up to date. This lab will allow you to practice the process of upgrading a Kubernetes cluster to a newer Kubernetes version using kubeadm. This will ensure you are comfortable with the upgrade process and ready to manage real-world Kubernetes clusters.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Upgrade the Control Plane
Upgrade all Kubernetes components on the control plane node.
- Upgrade the Worker Nodes
Upgrade all Kubernetes components on both worker nodes.