Rook Ceph is a Kubernetes operator that can be used to manage Ceph storage clusters on Kubernetes. Ceph is a distributed storage system that provides block, object, and file storage for your home lab, and Rook makes it easy to deploy and manage Ceph storage clusters on top of Kubernetes. This allows you to store and access your data from anywhere in the cluster, such pods are not stuck to a single node, like with local-path storage.
With Ceph Block devices you can use Ceph as a persistent storage solution for your Kubernetes cluster. You can create a storage class that will automatically provision a Ceph block device for your pods.
Note: Most people release deploy the operator with the name rook-ceph-operator and the cluster with rook-ceph-cluster.
Install with:
helm repo add rook-ceph https://charts.rook.io/release/
helm install rook-ceph rook-ceph/rook-ceph -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
rook-ceph | angelnu/k8s-gitops | 153 | v1.15.5 | 12 days ago |
rook-ceph | bjw-s-labs/home-ops | 587 | v1.15.5 | 14 days ago |
rook-ceph | bjw-s/home-ops | 395 | v1.15.5 | 14 days ago |
rook-ceph | wrmilling/k3s-gitops | 213 | v1.15.5 | 14 days ago |
rook-ceph | anthr76/infra | 101 | v1.14.8 | 25 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
boolean | |
string, number | |
string | |
string | |
string, number | |
boolean, string | |
string | |
csi.pluginTolerations[].operator (15) Exists | string |
csi.pluginTolerations[].effect (9) NoExecute | string |
string | |
string | |
boolean | |
csi.kubeletDirPath (12) /var/lib/kubelet | string |
boolean, string | |
csi.csiRBDProvisionerResource (9) - name : csi-provisioner
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-resizer
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-attacher
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-snapshotter
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-rbdplugin
resource:
requests:
memory: 512Mi
cpu: 50m
limits:
memory: 1Gi
- name : csi-omap-generator
resource:
requests:
memory: 512Mi
cpu: 50m
limits:
memory: 1Gi
- name : liveness-prometheus
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
| string |
boolean | |
csi.csiCephFSProvisionerResource (8) - name : csi-provisioner
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-resizer
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-attacher
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-snapshotter
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
- name : csi-cephfsplugin
resource:
requests:
memory: 512Mi
cpu: 50m
limits:
memory: 1Gi
- name : liveness-prometheus
resource:
requests:
memory: 128Mi
cpu: 25m
limits:
memory: 256Mi
| string |
csi.cephFSKernelMountOptions (6) ms_mode=prefer-crc | string |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
boolean | |
boolean | |
boolean | |
boolean | |
string | |
string | |
string | |
boolean | |
pspEnable (11) false | boolean |
boolean | |
boolean | |
boolean | |
string | |
string | |
boolean | |
boolean | |
boolean | |
boolean |