Active Nerds
Back to Glossary Index

kubelet

Primary node agent ensuring containers described in PodSpecs are instantiated and healthy on worker hosts.

Mechanism & Definition

The primary agent running on every cluster node. `kubelet` takes a set of PodSpecs provided by the control plane API server, interfaces with the container runtime via CRI (Container Runtime Interface), mounts volumes, and executes probe health checks.

Related Terms

Appears In