Skip to content

Pod Disruption Budgets view#

PodDisruptionBudgets (PDBs) in Kubernetes are a crucial resource that allows you to define constraints on the eviction of pods during disruptive events like voluntary disruptions, node draining, or maintenance. These constraints ensure that your applications remain available, stable, and follow defined disruption budgets. See Kubernetes Documentation: Disruptions for details.

The Pod Disruption Budgets table lists the cluster PDBs. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Pod Disruption Budgets input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the PDB.
Namespace The namespace in which the PDB resides.
Labels Labels associated with the PDB for categorization and filtering.
Keys The number of disruption budget keys or selectors used by the PDB.
Type The type of the PDB, indicating its resource constraints.
Age The age of the PDB, indicating its active duration.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the PDB.

  • Delete

    Removes the PDB.