Difference between revisions of "Kubernetes controller manager"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
<code>kube-controller-manager</code> is a daemon that through the apiserver and makes changes attempting to move the current state towards the desired state.
+
<code>kube-controller-manager</code> is a daemon that through the [[apiserver]] and makes changes attempting to move the current state towards the desired state.
 
* https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
 
* https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
  

Revision as of 08:47, 25 October 2022

kube-controller-manager is a daemon that through the apiserver and makes changes attempting to move the current state towards the desired state.

Examples of controllers shipped with Kubernetes are replication controller, endpoints controller, namespace controller, and serviceaccounts controller.


Related

See also

Advertising: