diff --git a/content/cn/docs/reference/glossary/volume.md b/content/cn/docs/reference/glossary/volume.md new file mode 100644 index 0000000000000..a832b0a7a413f --- /dev/null +++ b/content/cn/docs/reference/glossary/volume.md @@ -0,0 +1,27 @@ +--- +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 +--- + + + +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. +--> + +包含数据的目录,可供{{}}中的容器访问。 + + + +只要包含它的{{}}, Kubernetes 卷就会存在。因此, 在{{}}内运行的任何{{}}的数量都会超过,并且数据会保留在{{}}重新启动。