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

3 Answers

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.
0 votes
by

Types of controller managers are in Kubernetes are as below:

 1) endpoints controller,

 2) service accounts controller, 

3) node controller, 

4) namespace controller, 

5) replication controller, 

6) token controller.

0 votes
by

The Different types of controller managers that can run on the master node are as follows:

  1. Endpoints controller
  2. Namespace controller
  3. Service account controller
  4. Replication controller
  5. Node controller
  6. Token controller

Related questions

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