Bootstrap

Kubernetes 使用StorageClass持久化存储实践

概念和原理

https://blog.csdn.net/knight_zhou/article/details/121501775

###
https://support.huaweicloud.com/basics-cce/kubernetes_0030.html

StorageClass 种类

  • NFS/nfs provider
  • openebs
  • glusterfs
  • Ceph
  • 等等

openebs-hostpath

Kubernetes 工作节点上的存储类型,您可以从不同的动态本地 PV 进行选择:
Hostpath、Device、LVM、ZFS 或 Rawfile。

官网:

##  参考
https://zhuanlan.zhihu.com/p/519172233

# 官网
https://openebs.io/

## 项目地址
https://github.com/openebs/openebs


## 
https://v2-1.docs.kubesphere.io/docs/zh-CN/appendix/install-openebs/

openebs-hostpath 作为 Storag

;