diff --git a/_data/glossary/kubelet.yaml b/_data/glossary/kubelet.yaml new file mode 100644 index 0000000000..71d6470984 --- /dev/null +++ b/_data/glossary/kubelet.yaml @@ -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 doesn’t manage containers which were not created by Kubernetes.