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

2 Answers

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.

0 votes
by

The controller manager in Kubernetes is a daemon used for garbage collection, core control loops, and namespace creation. It enables the running of more than one process on the master node.

Related questions

0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
...