> For the complete documentation index, see [llms.txt](https://gitbook.gpg123.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.gpg123.vip/untitled/extension/volume.md).

# 存储插件

Kubernetes 已经提供丰富的 [Volume](/untitled/concepts/objects/volume.md) 和 [Persistent Volume](/untitled/concepts/objects/persistent-volume.md) 插件，可以根据需要使用这些插件给容器提供持久化存储。

如果内置的这些 Volume 还不满足要求，则可以使用 [FlexVolume](/untitled/extension/volume/flex-volume.md) 或者 [容器存储接口 CSI](/untitled/extension/volume/csi.md) 实现自己的 Volume 插件。
