robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.15k stars 115 forks source link

Add new Columns to show Network Related Information #41

Open tulja opened 3 years ago

tulja commented 3 years ago

Seem currently we don't have the network related information (like Total Incoming Bandwidth / Total Outgoing Bandwidth) shown the CLI. We can add them as separate columns. Please let me know what do you guys think?

robscott commented 3 years ago

Although I'd love to find a way to expose that kind of data, I'm not aware of any k8s metrics that represent that. Do you know where we could get that information from?