9693458ae2
The term "control plane" is written as title case (e.g. Control Plane) only in this document. When it is referenced, it creates inconsistency in other documents. This commit will fix it by lower-casing the second word.
611 B
611 B
title, id, date, full_link, short_description, aka, tags
| title | id | date | full_link | short_description | aka | tags | ||
|---|---|---|---|---|---|---|---|---|
| kube-controller-manager | kube-controller-manager | 2018-04-12 | /docs/reference/command-line-tools-reference/kube-controller-manager/ | Control Plane component that runs controller processes. |
|
Control plane component that runs {{< glossary_tooltip text="controller" term_id="controller" >}} processes.
Logically, each {{< glossary_tooltip text="controller" term_id="controller" >}} is a separate process, but to reduce complexity, they are all compiled into a single binary and run in a single process.