Create glossary for kubelet

Add kubelet to the glossary
This commit is contained in:
Sahdev P. Zala
2017-12-05 22:59:45 -05:00
parent f0eedc60d4
commit a28892fcb0
+1 -1
View File
@@ -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 doesnt manage containers which were not created by Kubernetes.