Working with Microservices-17: Monitoring and Creating an Alarm with Prometheus and Grafana in the Production Stage
We will run Prometheus and Grafana together, collect metrics of the Kubernetes cluster with them, and set up alarms using these metrics. We will create a Grafana dashboard, and then view and examine these metrics and alarms on Prometheus and Grafana. Also, we will learn to install Prometheus and Grafana by using Helm Chart. We will do these practically step by step in this article.
7 min readDec 11, 2023
Topics we will cover:
This article:
1. Changing The Ports and Services of Prometheus and Grafana
2. Configuring the Security Group of Cluster Nodes
3. Running Prometheus
4. Running Grafana, Connecting to Prometheus, and Creating a Grafana Dashboard
5. As a result
6. Next post: “Working with Microservices-18: Setting Up An Alarm By Using the Grafana Dashboard and Prometheus ConfigMap.yml”
7. References