advancedScenario & System Design Questions
Node NotReady -- what is your diagnostic sequence?
Check kubectl describe node for Conditions (MemoryPressure, DiskPressure, PIDPressure). Check node-problem-detector logs if installed. SSH to node and check kubelet status. Check system dmesg for OOM kill or disk errors.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
Node NotReady -- what is your diagnostic sequence?