Files
website/content/en/docs/reference/glossary/kube-controller-manager.md
T
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

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.
architecture
fundamental

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.