We would like to deploy the Ceph container storage interface (CSI) plugins to the dse-k8s cluster, enabling the creation of PersistentVolumeClaim objects that are backed by the Data-Platform team's Ceph cluster.
We are following the guidelines here: https://docs.ceph.com/en/reef/rbd/rbd-kubernetes
The Ceph project maintains a set of two helm charts for this purpose. One of them matches very closely the functionality that we are seeking.
This is the chart in question: https://github.com/ceph/ceph-csi/tree/devel/charts/ceph-csi-rbd
(The other chart uses the CephFS filesystem, which is a feature we have decided not to enable, for now.)
I have created a request for a review of this chart: https://wikitech.wikimedia.org/wiki/Helm/Upstream_Charts/ceph-csi-rbd as per policy guidelines. I would now value some assistance from someone outside of the Data-Platform-SRE team, to help assess the suitability of the chart.