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: content/en/docs/reference/_index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ client libraries:
51
51
52
52
## Components
53
53
54
-
*[kubelet](/docs/reference/command-line-tools-reference/kubelet/) - The primary *node agent* that runs on each node. The kubelet takes a set of PodSpecs and ensures that the described containers are running and healthy.
54
+
*[kubelet](/docs/reference/command-line-tools-reference/kubelet/) - The
55
+
primary agent that runs on each node. The kubelet takes a set of PodSpecs
56
+
and ensures that the described containers are running and healthy.
55
57
*[kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserver/) - REST API that validates and configures data for API objects such as pods, services, replication controllers.
56
58
*[kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/) - Daemon that embeds the core control loops shipped with Kubernetes.
57
59
*[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) - Can
0 commit comments