# 存储管理

- [GlusterFS](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/glusterfs.md)
- [使用 GlusterFS 做持久化存储](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/glusterfs/using-glusterfs-for-persistent-storage.md)
- [使用 Heketi 作为 Kubernetes 的持久存储 GlusterFS 的 external provisioner](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/glusterfs/using-heketi-gluster-for-persistent-storage.md)
- [在 OpenShift 中使用 GlusterFS 做持久化存储](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/glusterfs/storage-for-containers-using-glusterfs-with-openshift.md)
- [GlusterD-2.0](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/glusterd-2.0.md)
- [Ceph](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/ceph.md)
- [用 Helm 托管安装 Ceph 集群并提供后端存储](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/ceph/ceph-helm-install-guide-zh.md)
- [使用 Ceph 做持久化存储](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/ceph/using-ceph-for-persistent-storage.md)
- [使用 rbd-provisioner 提供 rbd 持久化存储](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/ceph/rbd-provisioner.md)
- [OpenEBS](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/openebs.md)
- [使用 OpenEBS 做持久化存储](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/openebs/using-openebs-for-persistent-storage.md)
- [Rook](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/rook.md)
- [NFS](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/nfs.md)
- [利用 NFS 动态提供 Kubernetes 后端存储卷](https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage/nfs/using-nfs-for-persistent-storage.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
