0 votes
in Kubernetes K8s by
What is the Kubernetes controller manager?

1 Answer

0 votes
by

The controller manager is a daemon that is used for embedding core control loops, garbage collection, and Namespace creation. It enables the running of multiple processes on the master node even though they are compiled to run as a single process.

...