- Home
- All questions
- Question 74
CKA study material · question 74 of 1000
Why should application state still be backed up before a kubeadm upgrade?
Show the answer
Answer: A. Because kubeadm upgrade touches only Kubernetes' own components, not workloads
kubeadm upgrade leaves workloads alone, so application-level state needs its own backup.
Source: Upgrading kubeadm clusters (Kubernetes) — Before you begin