How can I access the kURL Grafana dashboard?

I have the kURL Prometheus add-on installed. How can I access the Grafana dashboard?

The Grafana dashboard is exposed via port 30902. You can access it at http://[server ip]:30902.

In order to log in, you can get the password by running the following command. The username is “admin”.

kubectl -n monitoring get secret grafana-admin -ojsonpath='{.data.admin-password}' | base64 -d; echo