# 存储管理

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