Files
website/content/en/docs/reference/glossary/volume.md
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

737 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Volume volume 2018-04-12 /docs/concepts/storage/volumes/ A directory containing data, accessible to the containers in a pod.
core-object
fundamental

A directory containing data, accessible to the containers in a {{< glossary_tooltip text="pod" term_id="pod" >}}.

A Kubernetes volume lives as long as the {{< glossary_tooltip text="pod" term_id="pod" >}} that encloses it. Consequently, a volume outlives any {{< glossary_tooltip text="containers" term_id="container" >}} that run within the {{< glossary_tooltip text="pod" term_id="pod" >}}, and data is preserved across {{< glossary_tooltip text="container" term_id="container" >}} restarts.