In order for the Ceph Dashboard to be used to it's full potential and display cluster metrics, Prometheus is needed to pass those metrics to the dashboard.
In this step, you will install the Prometheus Operator into the Kubernetes cluster as a custom cluster add-on. The add-on will then be added to the existing custom cluster blueprint.
Navigate to Infrastructure -> Add-Ons
Click New Add-On -> Create New Add-On
Enter the name prometheus-operator
Select K8s YAML for the type
Select Upload files manually
Select the rook-ceph namespace
Click Create
Click New Version
Enter v1 for the version name
Save the YAML file located HERE to your local machine
Click Upload and select the previously saved YAML file
In this step, you will install a Prometheus Server into the Kubernetes cluster as a custom cluster add-on. The add-on will then be added to the existing custom cluster blueprint.
In this step, you will update the Rook Ceph Operator add-on to enable needed monitoring components of the Rook Ceph Helm chart.
Navigate to Infrastructure -> Add-Ons
Click rook-operator
Click New Version
Enter v2 for the version name
Save the below YAML to a file
monitoring:# -- Enable monitoring. Requires Prometheus to be pre-installed.# Enabling will also create RBAC rules to allow Operator to create ServiceMonitorsenabled:true
Click Upload Files and select the previously saved YAML file
In this step, you will apply the previously updated blueprint to the cluster. Applying the blueprint will install Prometheus and the Ceph monitoring components.
In this step, you will retrieve the Prometheus server endpoint. This endpoint will be used in a cluster override to update the Helm values of the Ceph Cluster add-on. The Ceph dashboard will use this endpoint to retrieve metrics from the Prometheus server.
Execute the following command
echo "http://$(kubectl -n rook-ceph -o jsonpath={.status.hostIP} get pod prometheus-rook-prometheus-0):30900"
In this step, you will create a cluster override which will assign a cluster specific value to the Ceph Cluster Helm chart. In this case, you will be assigning the Prometheus server endpoint in the cluster to the Ceph Dashboard
Navigate to Infrastructure -> Cluster Overrides
Select New Override
Enter a name for the override
Select Helm for the type
Click Create
Select rook-cluster as the add-on for the resource Selector
Select Specific Clusters for the placement type
Select the cluster where Rook Ceph is installed
Enter the following YAML into the override configuration being sure to update the prometheus server endpoint with the previously obtained endpoint
In this step, you will access the Ceph dashboard using port forwarding for simplicity. It is advised to expose the dashboard via ingress or a load balancer.
Execute the following command to get the decrypted password for the admin account of the dashboard