Introduction
Sometimes, when you update or maintain your app, some parts stop working temporarily. Pod Disruption Budgets help keep enough parts running so your app stays available during these times.
When you want to update your app without making it unavailable to users.
When you need to do maintenance on your servers but want to keep your app running smoothly.
When you run multiple copies of your app and want to make sure not too many stop at once.
When you want to control how many app parts can be stopped during automatic system updates.
When you want to avoid downtime caused by unexpected restarts or crashes.