A critical workload (e.g. production Deployment) has no PodDisruptionBudget (PDB). During voluntary disruptions (node drain, cluster upgrade) pods may be evicted without a minimum availability guarantee.
Warning
N/A
- Report shows: Critical workload has no PDB
- No PDB targets the workload's pods
- Create a PodDisruptionBudget that selects the workload's pods (e.g. by label)
- Set minAvailable or maxUnavailable based on desired availability (e.g. minAvailable: 1 for single-replica critical app)
- Ensure replica count is high enough to satisfy the PDB during drains