Files
website/content/en/docs/reference/glossary/kube-controller-manager.md
Fabio Alessandro Locati 99ca9c0397 Use Control Plane instead of Master (#18438)
* Use Control Plane instead of Master

* improve image. The SVG was not matching the PNG, so I basically had to re-create it from scratch. I kept the visual similarities as mush as possible

* remove tautological phrase

* fix glossary references as well

* improve cluster glossary to move from Master to Control Plane

* improve english form
2020-01-16 05:24:22 -08:00

611 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/ 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.