Create glossary for kubelet

Add kubelet to the glossary.
reviewable/pr6586/r1
Sahdev P. Zala 2017-12-05 16:09:54 -05:00
parent dc788d138b
commit f0eedc60d4
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
id: kubelet
name: Kubelet
full-link: docs/reference/generated/kubelet
tags:
- fundamental
- core-object
short-description: >
An agent that runs on each node.
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.