Rook provides a way to run a highly available, durable Ceph storage in your Kubernetes cluster. See Rook website for more details about the project.
- Kubernetes >=
1.19.0
- Kustomize =
v3.5.3
- cert-manager
cert-manager is nedeed to let Rook setup a Validating Webhook to asses that Rook CRs are correctly configured.
- Rook Operator image:
registry.sighup.io/fury/rook/ceph:v1.10.5
- Ceph image:
registry.sighup.io/fury/ceph/ceph:v17.2.5
You can deploy the Rook operator with the following command:
kustomize build . | kubectl apply -f - --server-side