Platform & DevOps·The orchestrator's model of the world
the API that decides what should run went down, and everything already running carried on serving traffic perfectly.
Control plane
Also calledmanagement plane, cluster control plane
The set of components that hold the desired state and decide what should happen — the API, the store behind it, the schedulers and controllers. It is where you make changes and where policy is enforced, and it is deliberately not in the request path of your users' traffic. Its failure mode is distinctive: nothing breaks immediately, but nothing can heal, scale or deploy either, so the outage becomes visible the moment something else fails.