Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 410 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 410 Bytes

存储插件

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

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