26Walk me through what the kubelet does between PodScheduled and a running container. Why do nodes flap NotReady while pods keep serving?▼expert★ EssentialNewGoogleRed HatDatadog◆ premiumThe kubelet is a local reconcile loop with its own event stream, probe workers and eviction brain. Staff-level candidates can narrate it and explain why Ready status can reflect either reported health failure or missing heartbeats.Open full answer →
38Nodes drift for a year between patch cycles and every one is a snowflake. How should node OS management work?▼hardNewGoogleMicrosoftRed Hat◆ premiumSSH plus yum is how outages start. The senior answer replaces nodes from versioned images on a cadence, orchestrates with surge capacity and PDBs, and can explain the kernel-skew problem that makes fleet homogeneity a feature.Open full answer →
39A maintenance reboot made pods vanish instead of draining. Why did they never show Terminating at all?▼hardNewMetaOracleAccenture◆ premiumPod-level SIGTERM handling and node-level shutdown coordination are different mechanisms, and conflating them is the trap. The kubelet can only drain pods on power-off if it participates in systemd's shutdown sequence.Open full answer →
54Half your inference fleet went unschedulable overnight and nobody deployed anything. Start.▼hardNewNVIDIAMicrosoftOracle2 replies◆ premiumThe pods are Pending, the nodes are Ready, and the GPUs have vanished from allocatable. Something changed on the node under a fleet that nobody considered part of the deploy surface.Open full answer →