Kubelet

Glossary Page

The kubelet is an essential component that operates on each node within a cluster and its primary responsibility is to ensure the healthy execution of containers that exist within Pods. By taking in a collection of PodSpecs, the kubelet ensures that the containers defined within these PodSpecs are running in good health. Notably, the kubelet doesn't handle the management of containers that weren't created by Kubernetes.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles