마짱짱의 지식창고
kubenetes rook-ceph-storage 본문
반응형
git clone --single-branch --branch release-1.3 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
Ceph Cluster
kubectl create -f common.yaml
kubectl create -f operator.yaml
kubectl create -f cluster.yaml
(Public Cloud: cluster-on-pvc.yaml)
(Minikube: cluster-test.yaml)Ceph Toolbox
kubectl create -f toolbox.yaml
kubectl -n rook-ceph exec rook-ceph-tools-XXXX -- ceph status
health: HEALTH_OK
- Ceph Block Storage
RBD(RADOS Block Device)
kubectl create -f csi/rbd/storageclass.yaml
(Production Replica: storageclass.yaml)
(Production Erasure Coding: storageclass-ec.yaml)
(Minikube: storageclass-test.yaml)
- Ceph File Storage
CephFS
kubectl create -f filesystem.yaml
kubectl create -f csi/cephfs/storageclass.yaml
반응형
'Cloud > Virtual' 카테고리의 다른 글
워크로드 - Controller (미완) (0) | 2020.07.22 |
---|---|
OpenStack 이란 ? (0) | 2020.06.30 |
oVirt 구성 (1) (Engine 설치, Host 설정, Domain 구성) (3) | 2020.06.23 |
oVirt 개요 (2) | 2020.06.23 |
가상화 란 ? ( 전가상화, 반가상화, 하이퍼바이저 종류) (0) | 2020.06.22 |