0 votes
in Kubernetes K8s by
What are the types of controller managers in Kubernetes?

1 Answer

0 votes
by

The primary controller managers that can run on the master node are the endpoints controller, service accounts controller, namespace controller, node controller, token controller, and replication controller.

...