From 8906e7e929ceee4336098fea1909aaa6f083e7fb Mon Sep 17 00:00:00 2001 From: McCoyAle Date: Sun, 17 Feb 2019 21:32:26 -0500 Subject: [PATCH] Add Pod Disruption Budget to Glossary (#12646) * Add Pod Disruption Budget to Glossary * Update content/en/docs/reference/glossary/pod-disruption-budget.md Cross referenced Pod term Co-Authored-By: McCoyAle * Update pod-disruption-budget.md --- .../glossary/pod-disruption-budget.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/en/docs/reference/glossary/pod-disruption-budget.md diff --git a/content/en/docs/reference/glossary/pod-disruption-budget.md b/content/en/docs/reference/glossary/pod-disruption-budget.md new file mode 100644 index 0000000000..1e3f2f7d6e --- /dev/null +++ b/content/en/docs/reference/glossary/pod-disruption-budget.md @@ -0,0 +1,19 @@ +--- +id: pod-disruption-budget +title: Pod Disruption Budget +full-link: /docs/concepts/workloads/pods/disruptions/ +date: 2019-02-12 +short-description: > + An object that limits the number of {{< glossary_tooltip text="Pods" term_id="pod" >}} of a replicated application, that are down simultaneously from voluntary disruptions. + +aka: + - PDB +related: + - pod + - container +tags: + - operation +--- + + A [Pod Disruption Budget](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) allows an application owner to create an object for a replicated application, that ensures a certain number or percentage of Pods with an assigned label will not be voluntarily evicted at any point in time. PDBs cannot prevent an involuntary disruption, but will count against the budget. +