- Home
- All questions
- Question 451
CKA study material · question 451 of 1000
Why is an etcd snapshot the backup that matters most for a cluster?
Show the answer
Answer: D. Every Kubernetes object is stored in etcd
All Kubernetes objects live in etcd, so its snapshot is what restores a cluster after losing the control plane.
Source: Operating etcd clusters for Kubernetes (Kubernetes) — Backing up an etcd cluster