how to get pod or node metrics info #1315
-
anyway to get pod or node metrics info? when i show pod details i need to select pod's metrics info and drew it use vue frontend. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It depends on what you need the metrics for, probably. If your cluster supports it, you could try using the An alternative: use prometheus to ingest metrics and use a prometheus client. Work directly on the timeseries data to get a more accurate view. Hope that helps! |
Beta Was this translation helpful? Give feedback.
Here's a different way to do it with a DynamicClient, this would be the equivalent of
kubectl top