Open the cluster → Metrics tab in my.cubepath.com.

How to get metrics today

Kubernetes ships with no metrics pipeline, so nothing collects usage until you install something. Two options from the Addons tab:

Add-onWhat it gives you
Metrics ServerThe basics: kubectl top nodes, kubectl top pods, and the data the Horizontal Pod Autoscaler needs to scale on CPU or memory. No history, no dashboards
Prometheus StackFull monitoring: metric collection with history, alerting rules, and Grafana dashboards

Node-level metrics in the meantime

Each worker is a VPS, so its own Metrics tab already charts CPU, memory, disk and network for that machine — and you can put a Cloud Alert on any of it.

That's the right layer for "is this node saturated?". It won't tell you which pod is responsible, which is exactly what Metrics Server or Prometheus adds.