Files
website/content/en/docs/reference/glossary/kubelet.md
T
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

748 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Kubelet kubelet 2018-04-12 /docs/reference/generated/kubelet An agent that runs on each node in the cluster. It makes sure that containers are running in a pod.
fundamental

An agent that runs on each {{< glossary_tooltip text="node" term_id="node" >}} in the cluster. It makes sure that {{< glossary_tooltip text="containers" term_id="container" >}} are running in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.

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.