From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Performing cluster node upgrades - Kubernetes Tutorial
From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)
Performing cluster node upgrades
- In this video, you'll learn how to perform a cluster node upgrade. So before you upgrade the cluster node, you better understand what the procedure is all about. Kubernetes clusters can be upgraded from one to another minor version. That means you can go from 1.24 to 1.25, but you cannot go from 1.23 to 1.25. And even a subversion upgrade is allowed, and that's what we are going to do here. In order to do so, first you will have to upgrade kubeadm, and next you'll need to upgrade the control plane node. And after upgrading the control plane node, you can take care of everything else. Just as an exam tip, and this is an important one. In the documentation which is available on the exam, just use upgrading kubeadm clusters. There you will find a step by step guide, and that's exactly what we are going to do in this procedure. But before we do it, let me outline the different steps. So first you will upgrade kubeadm, then you use kubeadm upgrade plan to check available versions. And…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives49s
-
(Locked)
Using metrics server to monitor node and Pod state5m 20s
-
(Locked)
Backing up the etcd7m 23s
-
(Locked)
Restoring the etcd6m 25s
-
(Locked)
Performing cluster node upgrades8m 31s
-
(Locked)
Understanding cluster high availability (HA) options12m 8s
-
(Locked)
Setting up a highly available Kubernetes cluster8m 7s
-
(Locked)
Lesson 7 lab: etcd backup and restore24s
-
(Locked)
Lesson 7 lab solution: etcd backup and restore4m 34s
-
(Locked)
-
-
-
-
-
-
-