Using Grafana we can create dashboards from Prometheus metrics to monitor the kubernetes cluster.
we can write all the PromQL queries for the dashboards.
Tasks accomplished:
Deployed grafana on kubernetes.
Created deployment using yaml file.
Created service using yaml file.
Created dashboard for nodes, containers and performance monitoring.
Using Grafana we can create dashboards from Prometheus metrics to monitor the kubernetes cluster. we can write all the PromQL queries for the dashboards.
Tasks accomplished: