File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ drivers, but the functionality is somewhat limited.
33
33
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="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
- 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 pod
38
- ceases to exist, Kubernetes destroys ephemeral volumes; however, Kubernetes does not
39
- destroy persistent volumes.
36
+ the lifetime of a pod. When a pod ceases to exist, Kubernetes destroys ephemeral volumes;
37
+ however, Kubernetes does not destroy persistent volumes.
38
+ For any kind of volume in a given pod, data is preserved across container restarts.
40
39
41
40
At its core, a volume is a directory, possibly with some data in it, which
42
41
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