Quick Answer
PDB is enforced only during voluntary disruptions processed by the Eviction API รขโฌโ drain operations, cluster upgrades. Node failures are involuntary รขโฌโ the node goes down hard, and Kubernetes terminates all its Pods immediately without consulting PDB. Use Pod Anti-Affinity across nodes/zones to ensure replicas are physically separated รขโฌโ that's your protection against node failures.
Answer
PDB applies only to voluntary disruptions; node crashes bypass it.
S
SugharaIQ Editorial Team
Verified Answer
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.