与container同级别
与container同级别2

Kubernetes使用NFS作为StorageClass

官方文档: https://github.com/kubernetes-incubator/external-storage NFS端配置 安装服务 1 2 3 4 5 6 7 8 9 # 安装NFS服务 yum -y install nfs-utils rpcbind # 设置共享目录参数 echo "/data/nfs 128.0.255.0/16(rw, no_root_squash)" > /etc/exports # 启动服务 systemctl enable rpcbind && systemctl start rpcbind systemctl enable nfs && systemctl

K8S集群上部署Ceph

现在都讲究云原生,Rook是一个云原生存储开源项目。基于它部署Ceph将十分简单方便 安装Ceph集群。下载Rook相应的Release包,并

Ceph介绍

概念介绍 Ceph是一个开源的分布式系统,提供多种存储方式。 一个Ceph集群由两种类型的后台进程(Daemon)组成。OSD Daemon和Ce