Slide 15
Slide 15 text
15
PodDisruptionBudget
● PodDisruptionBudget (PDB) limits the number of Pods of a
replicated application that are down simultaneously from
voluntary disruptions (e.g., drain, autoscaling)
● work well with Deployment or Replicaset
● Specify minAvailable or maxAvailable by the number of
Pods or percentage
● Application must be running on multiple Pods
https://kubernetes.io/docs/concepts/workloads/pods/disruptions/