kubernetes dashboard graphs not shown for some nodes

12/5/2018

I have 1 master + 3 worker nodes

Kubernetes dashboard not showing graphs(Memory + CPU) for some of the PODS.

Client Version: version.Info{
Major:"1", 
Minor:"12", 
GitVersion:"v1.12.2",
GitCommit:"17c77c7898218073f14c8d573582e8d2313dc740",
GitTreeState:"clean", 
BuildDate:"2018-10-24T06:54:59Z", 
GoVersion:"go1.10.4", 
Compiler:"gc", 
Platform:"linux/amd64"
}
Server Version: version.Info{
Major:"1", 
Minor:"12", 
GitVersion:"v1.12.2",
GitCommit:"17c77c7898218073f14c8d573582e8d2313dc740",
GitTreeState:"clean", 
BuildDate:"2018-10-24T06:43:59Z", 
GoVersion:"go1.10.4", 
Compiler:"gc", 
Platform:"linux/amd64"
}

enter image description here

-- Rajesh Reddy
kubernetes

1 Answer

12/5/2018

If you want to see Nodes in Kubernetes dashboard, you need go to submenu Cluster/Node as shown in screenshot in this link (not to Pods). Kubernetes UI Nodes

For more Information please visit: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

I hope it will be useful for you

-- coolinuxoid
Source: StackOverflow