26What does a PodDisruptionBudget actually protect against, and why did your zero-downtime deployment drop requests anyway?▼mediumNewGoogleLinkedInSwiggy○ sign inPDB governs voluntary disruptions only and does not gate rolling updates at all. Candidates who say 'it keeps N pods alive' have just described the part it does not do.Open full answer →
58A cluster upgrade has been stuck on one node for forty minutes and the drain never completes. What is holding it?▼mediumNewGoogleRed HatAtlassian◆ premiumA drain that hangs without erroring is almost always eviction being refused, and the two refusals that look identical from the outside have opposite fixes.Open full answer →