K8s VERSION = v1.18.6
I have deployed the Kubernetes dashboard using the following command and added a privileged user with which I logged into the dashboard.
but not able to see Pods CPU and Memory Utilization graphs are missing Kubernetes dashboard
The Kubernetes Metrics Server is an aggregator of resource usage data in your cluster, To deploy the Metrics Server
Deploy the Metrics Server with the following command:
Verify that the metrics-server deployment is running the desired number of pods with the following command.
Output
Also you can validate by below command:
to see node cpu utilisation if it works, it should then come up in Dashboard as well.