Difference between revisions of "Kubernetes PodDisruptionBudget (PDB)"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
== Examples ==
 
== Examples ==
  
  apiVersion: policy/v1
+
  {{PDB example}}
[[kind: PodDisruptionBudget]]
 
metadata:
 
  name: zk-pdb
 
spec:
 
  [[minAvailable]]: 2
 
  [[selector]]:
 
    [[matchLabels]]:
 
      app: zookeeper
 
  
 
== Related ==
 
== Related ==

Revision as of 15:14, 5 January 2023

Advertising: