Is GKE metrics for bin packing available OOB or can i set a custom chart?

I have a GKE Standard Cluster that is scaling to 14 nodes. I would like to see how well each node is bin packed (from CPU and memory standpoint obviously). I don’t see this chart in the cost optimization GKE console

Hi, @dheerajpanyam .

Have you checked the GCP Monitoring Dashboard for the Kubernetes Overview? You can also view usage details by accessing each node’s information in the GCP console. If you’re more comfortable with kubectl commands, the kubectl top command is another useful option for this.

Regards,
Mokit

2 Likes