Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Grafana/Prometheus monitoring for NextGen-dev cluster #1

Open
pavaniankam92 opened this issue Jul 20, 2023 · 2 comments
Open

Comments

@pavaniankam92
Copy link
Collaborator

No description provided.

@pavaniankam92
Copy link
Collaborator Author

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.

@pavaniankam92
Copy link
Collaborator Author

There were issues with Grafana that was deployed. Had to redeploy and tested it.

http://a0d4646dc8e04427085e128ed2aab443-602072954.us-east-1.elb.amazonaws.com/login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant