Files
website/content/en/docs/reference/glossary/kube-controller-manager.md
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

576 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/generated/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.