I am using official java client of Kubernetes to request resources of the cluster such as Pods, Deployment and so on.
But unfortunately I found that it seems there is no API to request cluster metrics such as total CPU and Memory used by all pods.
Do you know how to get the cluster metrics using Java client ?
Thanks!