File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod"
34
34
can use any number of volume types simultaneously.
35
35
Ephemeral volume types have a lifetime of a pod, but persistent volumes exist beyond
36
36
the lifetime of a pod. Consequently, a volume outlives any containers
37
- that run within the pod, and data is preserved across container restarts. When a
38
- pod ceases to exist, the volume is destroyed.
37
+ that run within the pod, and data is preserved across container restarts. When a pod
38
+ ceases to exist, Kubernetes destroys ephemeral volumes; however, Kubernetes does not
39
+ destroy persistent volumes.
39
40
40
41
At its core, a volume is just a directory, possibly with some data in it, which
41
42
is accessible to the containers in a pod. How that directory comes to be, the
You can’t perform that action at this time.
0 commit comments