File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/overview Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,16 @@ for an example control plane setup that runs across multiple machines.
48
48
49
49
{{< glossary_definition term_id="kube-controller-manager" length="all" >}}
50
50
51
- Some types of these controllers are:
51
+ There are many different types of controllers. Some examples of them are:
52
52
53
53
* Node controller: Responsible for noticing and responding when nodes go down.
54
54
* Job controller: Watches for Job objects that represent one-off tasks, then creates
55
55
Pods to run those tasks to completion.
56
56
* EndpointSlice controller: Populates EndpointSlice objects (to provide a link between Services and Pods).
57
57
* ServiceAccount controller: Create default ServiceAccounts for new namespaces.
58
58
59
+ The above is not an exhaustive list
60
+
59
61
### cloud-controller-manager
60
62
61
63
{{< glossary_definition term_id="cloud-controller-manager" length="short" >}}
@@ -138,4 +140,4 @@ Learn more about the following:
138
140
* Etcd's official [ documentation] ( https://etcd.io/docs/ ) .
139
141
* Several [ container runtimes] ( /docs/setup/production-environment/container-runtimes/ ) in Kubernetes.
140
142
* Integrating with cloud providers using [ cloud-controller-manager] ( /docs/concepts/architecture/cloud-controller/ ) .
141
- * [ kubectl] ( /docs/reference/generated/kubectl/kubectl-commands ) commands.
143
+ * [ kubectl] ( /docs/reference/generated/kubectl/kubectl-commands ) commands.
You can’t perform that action at this time.
0 commit comments