- Home
- All questions
- Question 579
CKA study material · question 579 of 1000
An etcd cluster has lost quorum and cannot elect a leader. What is the effect on the Kubernetes cluster?
Show the answer
Answer: C. No change to cluster state is accepted, so no new Pod can be scheduled
An unstable etcd means no leader, and without a leader the cluster cannot make any change to its current state — which is why nothing new can be scheduled.
Source: Operating etcd clusters for Kubernetes (Kubernetes) — Prerequisites