Kubernetes monitoring

Hello All,
Please suggest the best monitoring tool for kubernetes , grafana with loki,prometheus,alertmanager , i have configured but no graphs are coming .

Need experts help .

Thanks ,
Ranjit M

People tend to use a combination, although the use of Grafana and Prometheus are common. They’re complex tools, and you may need a course to get a handle on them. We have courses in both of these:

1 Like

Hello @rob_kodekloud
Thanks for your help , how do we configure the alerts to our email , I’m setting it up but it throwing error .
this is with prometheus-community/kube-prometheus-stack

Failed to send test alert.: failed to send notification to email addresses: Emailid: dial tcp 194.117.254.44:25: i/o timeout

I’m not sure how that’s done. You may need to ask in prometheus’ user community to see what you need to modify to get email working. The one thing I’ve seen on the web is that it’s easier to get Grafana to do this for you than using PromQL, so you may need to go that angle.