DataPlane
resources can be configured with a PodDisruptionBudget
to control:
- The number or percentage of pods that can be unavailable during maintenance (e.g. rollout).
- The number or percentage of pods that must be available during maintenance (e.g. rollout).
This is useful to ensure that a certain number or percentage of pods are always available.
See the Specifying a Disruption Budget for your Application guide
for more details on the PodDisruptionBudget
API itself.