You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prometheus is used to store the metrics and grafana is a visualization tool.
Steps to deploy Prometheus:
Step1:- create a namespace named ‘prometheus’.
Step2: In helm, there is already a chart named ‘prometheus-community’ which we can use directly to deploy prometheus, add the ‘prometheus-community’ chart repository.
Step 3: Deploy Prometheus
Once it is done, You can verify if all of the pods in the ‘prometheus’ namespace are in the ‘READY’ state. Steps to deploy grafana dashboard:
1)Create a namespace named ‘grafana’
2)Add a grafana repository using helm
3)To deploy grafana
Verify all the resources in grafana
When you list the resources, you can find one external-ip for a service named ‘grafana’. Through that url, you can access the grafana dashboard.
No description provided.
The text was updated successfully, but these errors were encountered: