- Home
- All questions
- Question 1
CKA study material · question 1 of 1000
Which control plane component holds the authoritative record of all cluster state that the API server persists?
Show the answer
Answer: A. etcd
etcd is the key-value store behind the API server, which is why backing up etcd backs up the cluster.
Source: Cluster Architecture (Kubernetes) — Control plane components › etcd