Thanksfor the video.. i have one doubt. i Created a YAML piplein from azure devops where i am using the latest Image from ACR and deploying it to Kubernetes cluster. but i want to Monitor the logs of PODS. using Prometeous and Grafana. How can i achieve this. I dont want to use Helm. thanks in advance.
Either use Prometheus and grafana service recently introduced by Azure or install Prometheus,grafana and Metrics server in your kubernetes, it will automatically captures logs
Thanks, less than 10 minutes i came to know how to enable prometheus and grafana for AKS
Thanks
Thanks, is it possible to query logs from Log analytics workspace using Azure managed grafana? Or just metrics, for now?
Yes you can!
Thanksfor the video.. i have one doubt. i Created a YAML piplein from azure devops where i am using the latest Image from ACR and deploying it to Kubernetes cluster. but i want to Monitor the logs of PODS. using Prometeous and Grafana. How can i achieve this. I dont want to use Helm.
thanks in advance.
Either use Prometheus and grafana service recently introduced by Azure or install Prometheus,grafana and Metrics server in your kubernetes, it will automatically captures logs
@@Niravgandhi ok thanks for the information