Kubernetes Troubleshooting Cheat Sheet/Describe PodDisruptionBudget

Inspect disruption constraints that may block eviction.

Section: Rollout and Scheduling Failures

Describe PodDisruptionBudget

bash
bash
kubectl describe pdb web -n payments
Explanation

Inspect disruption constraints that may block eviction.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Rollout and Scheduling Failures
Describe pending pod
Look for failed scheduling and image pull events.
OpenIn sheetbashsame section
List PodDisruptionBudgets
Show PodDisruptionBudgets.
OpenIn sheetbashsame section
List pending pods
Find pods waiting to schedule or start.
OpenIn sheetbashsame section
Show node conditions
Check high-level node health indicators.
OpenIn sheetbashsame section
Pause deployment rollout
Temporarily pause a deployment rollout.
OpenIn sheetbashsame section
Resume deployment rollout
Resume a paused deployment rollout.
OpenIn sheetbashsame section