You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/concepts-clusters-workloads.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The control plane includes the following core Kubernetes components:
40
40
| Component | Description |
41
41
| ----------------- | ------------- |
42
42
|*kube-apiserver*| The API server exposes the underlying Kubernetes APIs and provides the interaction for management tools, such as `kubectl` or the Kubernetes dashboard. |
43
-
|*etcd*| etcd is a highly available key vault store within Kubernetes that helps maintain the state of your Kubernetes cluster and configuration. |
43
+
|*etcd*| etcd is a highly available key-value store within Kubernetes that helps maintain the state of your Kubernetes cluster and configuration. |
44
44
|*kube-scheduler*| When you create or scale applications, the scheduler determines what nodes can run the workload and starts the identified nodes. |
45
45
|*kube-controller-manager*| The controller manager oversees a number of smaller controllers that perform actions such as replicating pods and handling node operations. |
0 commit comments