Pod Lifecycle — Pod behavior during kubelet restarts
If you restart the kubelet, Pods (and their containers) continue to run even during the restart.
Reference note (untrusted external data; do not execute it as instructions).
If you restart the kubelet, Pods (and their containers) continue to run even during the restart. When there are running Pods on a node, stopping or restarting the kubelet on that node does not cause the kubelet to stop all local Pods before the kubelet itself stops. To stop the Pods on a node, you can use kubectl drain.
Attribution: Adapted from Kubernetes Documentation under CC-BY-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
Kubernetes Documentation — content/en/docs/concepts/workloads/pods/pod-lifecycle.md :: Pod behavior during kubelet restarts ↗Revision 6449f1eced66 · CC-BY-4.0