advancedHigh Availability: Multi-Node Control Plane & Leader Election
Does the Kubernetes API Server use leader election like the Scheduler does?
No — every API Server replica is independently active and serves requests simultaneously, since handling read/write API requests doesn't have the 'only one instance should be doing this at a time' requirement that scheduling and reconciliation do.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
Does the Kubernetes API Server use leader election like the Scheduler does?