Control Plane [glossary]deterministic
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
fundamentalschedulingapicli
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
This layer is composed by many different components, such as (but not restricted to):
* [etcd](#gloss:etcd) * [API Server](#gloss:kube-apiserver) * [Scheduler](#gloss:kube-scheduler) * [Controller Manager](#gloss:kube-controller-manager) * [Cloud Controller Manager](#gloss:cloud-controller-manager)
These components can be run as traditional operating system services (daemons) or as containers. The hosts running these components were historically called [masters](#gloss:master).
Sources
reference/glossary/control-plane.md · doc — “The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.”