Rook-Ceph Deployment Using Helm
This guide explains how to deploy Rook-Ceph on a K8S cluster at Voltagepark.
🧩 1. Add Helm Repo & Update
helm repo add rook-release https://charts.rook.io/release
helm repo update📁 2. Create Namespace
kubectl create namespace rook-ceph📦 3. Install Rook Operator (Helm-managed)
helm install rook-ceph rook-release/rook-ceph --namespace rook-ceph📝 4. Create CephCluster Custom Resource
🔍 5. Monitor Cluster Startup
🔧 6. Deploy Toolbox Pod
🧪 Confirm All NVMe Disks Are Used
💾 7. Create Block StorageClass (RBD)
📦 8. Test PVC with Ubuntu Pod
👏 9. Conclusion
Last updated
