From a28892fcb0c7144d39eb31bb18cf97e566d36d94 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 5 Dec 2017 22:59:45 -0500 Subject: [PATCH] Create glossary for kubelet Add kubelet to the glossary --- _data/glossary/kubelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/kubelet.yaml b/_data/glossary/kubelet.yaml index 71d6470984..4728339907 100644 --- a/_data/glossary/kubelet.yaml +++ b/_data/glossary/kubelet.yaml @@ -5,6 +5,6 @@ tags: - fundamental - core-object short-description: > - An agent that runs on each node. + An agent that runs on each node in the cluster. It makes sure that containers are running in a pod. long-description: > The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn’t manage containers which were not created by Kubernetes.