- Home
- All questions
- Question 525
CKA study material · question 525 of 1000
Three control plane nodes each run kube-scheduler, yet only one is making scheduling decisions. What arranges that?
Show the answer
Answer: B. Leader election through the Lease API
Kubernetes uses Leases so that only one instance of kube-scheduler or kube-controller-manager is active at a time in a highly available control plane, with the rest on standby.
Source: Leases (Kubernetes) — Leader election