Rook Ceph Dashboard
Rook Ceph Dashboard Login
Rook Ceph Cluster provides a Dashboard which can be accessed from the UI in the Application Dashboards tab inside Kommander.
The dashboard can be used to view current cluster health and logs.
How to Access the Rook Ceph Dashboard
Go to the applications dashboard
Select the Dashboard button
Username is
admin
To retrieve your password, in the command line and using the kubeconfig of the Kubernetes cluster you have Rook Ceph deployed to, run the following command:
NOTE: Set the NAMESPACE variable according to your environment (kommander
on management cluster or workspace namespace on attached and managed clusters).CODEkubectl get secret -n ${NAMESPACE} rook-ceph-dashboard-password -ogo-template="{{.data.password|base64decode}}"
Copy the password and paste it into the UI to access the dashboard. After successful login, a
Healthy
Rook Ceph Cluster dashboard will look similar to: