Intermediate
Kubernetes
Q63 / 100
What is the purpose of a "PodDisruptionBudget" (PDB)?
Correct! Well done.
Incorrect.
The correct answer is B) To limit the number of Pods of a replicated application that can be voluntarily disrupted (e.g. during node drains or rolling updates) at the same time, helping maintain availability
B
Correct Answer
To limit the number of Pods of a replicated application that can be voluntarily disrupted (e.g. during node drains or rolling updates) at the same time, helping maintain availability
Explanation
PDBs specify a minimum available (or maximum unavailable) number of replicas during voluntary disruptions, ensuring operations like node drains don't take down too many replicas of a critical application simultaneously.
Progress
63/100