0 votes
in Kubernetes K8s by
Can you brief me about the Kubernetes controller manager?

1 Answer

0 votes
by
Multiple controller processes run on the master node but are compiled together to run as a single process: the Kubernetes Controller Manager. So, Controller Manager is a daemon that embeds controllers and does namespace creation and garbage collection. It owns the responsibility and communicates with the API server to manage the end-points.
...