A cluster maintenance window starts and node drain cannot proceed because one replica has not been counted as available for a long time.
PodDisruptionBudget blocks node maintenance because one deployment replica is permanently not Ready under the current startup budget
Drain operations appear stuck because the disruption budget depends on readiness math that the workload never actually satisfies in steady state.
Scenario
What to check first
- Identify the primary failure signal in the PDB Ready Math Trap scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Compare the disruption budget with the real readiness steady state rather than only the replica count.
Questions worth viewing together
Community-field Kubernetes operations problem inspired by Reddit and forum threads where PDBs blocked maintenance because one replica never truly became... PDBs protect available replicas, not desired replicas on paper.
Teams often blame drain tooling when the workload has been violating its own availability assumptions all along.
A single chronically unready replica can make otherwise reasonable PDBs impossible to honor.
Similar cases seen in the field