2018-05-05 16:00:51 +00:00
---
title: Volume
id: volume
date: 2018-04-12
full_link: /docs/concepts/storage/volumes/
short_description: >
A directory containing data, accessible to the containers in a pod.
aka:
tags:
- core-object
- fundamental
---
2020-03-16 05:30:35 +00:00
A directory containing data, accessible to the {{< glossary_tooltip text = "containers" term_id = "container" > }} in a {{< glossary_tooltip term_id = "pod" > }}.
2018-05-05 16:00:51 +00:00
<!-- more -->
2020-03-16 05:30:35 +00:00
A Kubernetes volume lives as long as the Pod that encloses it. Consequently, a volume outlives any containers that run within the Pod, and data in the volume is preserved across container restarts.
2018-05-05 16:00:51 +00:00
2020-03-16 05:30:35 +00:00
See [storage ](https://kubernetes.io/docs/concepts/storage/ ) for more information.