⎈ k8s knowledge compiler

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 · docThe container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.

Related (25)

references Configure Service Accounts for Podscontrol plane conf=1
references Enable Or Disable A Kubernetes APIcontrol plane conf=1
references Upgrade A Clustercontrol plane conf=1
references Perform a Rollback on a DaemonSetcontrol plane conf=1
references Getting startedcontrol plane conf=1
references Considerations for large clusterscontrol plane conf=1
references Service Accountscontrol plane conf=1
references Pod Security Admissioncontrol plane conf=1
references Hardening Guide - Scheduler Configurationcontrol plane conf=1
references Kubernetes Schedulercontrol plane conf=1
references Horizontal Pod Autoscalingcontrol plane conf=1
references DaemonSetcontrol plane conf=1
references Deploymentscontrol plane conf=1
references StatefulSetscontrol plane conf=1
references Workload Managementcontrol plane conf=1
references Nodescontrol plane conf=1
references Controllerscontrol plane conf=1
references Operator patterncontrol plane conf=1
references Windows containers in Kubernetescontrol plane conf=1
references The Kubernetes APIcontrol plane conf=1
references Objects In Kubernetescontrol plane conf=1
references Coordinated Leader Electioncontrol plane conf=1
references Running Kubelet in Standalone Modecontrol plane conf=1

← all Docs