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 <mccoyale@gmail.com>

* Update pod-disruption-budget.md
This commit is contained in:
McCoyAle
2019-02-17 21:32:26 -05:00
committed by Kubernetes Prow Robot
parent 9156340725
commit 8906e7e929
@@ -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.