For the complete documentation index, see llms.txt. This page is also available as Markdown.

存储插件

Kubernetes 已经提供丰富的 VolumePersistent Volume 插件,可以根据需要使用这些插件给容器提供持久化存储。

如果内置的这些 Volume 还不满足要求,则可以使用 FlexVolume 或者 容器存储接口 CSI 实现自己的 Volume 插件。

Last updated