Metrics in Kubernetes Dashboard:
Metrics in Prometheus Grafana Dashboard:
I installed Prometheus operator setup using helm chart prometheus-community/kube-prometheus-stack. Can anyone explain me why there a difference in the metrics ? As both prometheus & kubernetes dashboard use kube-state-metrics. which one is better to use ?
I think that on the K8s dashboard you are looking at aggregated for 7 days, and on the grafana for the last value of the metric? But it can be something else there is too much info missing. Are we talking about a pod or node? does kubectl top report something totally different?