Files
website/content/en/docs/reference/glossary/kube-controller-manager.md
Tim Bannister 9a7b191bcc Add concept page about Controllers (#15733)
* Add controller concept

* Fix controller glossary entries

* Link from Understanding Kubernetes Objects to Controllers
2019-10-02 10:06:08 -07:00

593 B
Executable File

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/ Component on the master that runs controllers.
architecture
fundamental

Component on the master that runs {{< glossary_tooltip text="controllers" term_id="controller" >}}.

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.