Difference between revisions of "Rook Kubernetes"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
- https://storageos.com/wp-content/uploads/2021/02/Performance-Benchmarking-Cloud-Native-Storage-Solutions-for-Kubernetes.pdf
 
- https://storageos.com/wp-content/uploads/2021/02/Performance-Benchmarking-Cloud-Native-Storage-Solutions-for-Kubernetes.pdf
 
- https://medium.com/techlogs/kubernetes-pvc-examples-24711e395feb
 
- https://medium.com/techlogs/kubernetes-pvc-examples-24711e395feb
 +
 +
 +
```
 +
git clone --single-branch --branch master https://github.com/rook/rook.git
 +
cd rook/cluster/examples/kubernetes/ceph
 +
kubectl create -f crds.yaml -f common.yaml -f operator.yaml
 +
kubectl create -f cluster.yaml
 +
```

Revision as of 21:01, 19 June 2021

git clone --single-branch --branch master https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
kubectl create -f crds.yaml -f common.yaml -f operator.yaml
kubectl create -f cluster.yaml