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.11k stars 114 forks source link

Feature request : container view #11

Closed ArnaudMsh closed 5 years ago

ArnaudMsh commented 5 years ago

Hello,

Would it be possible to get a container view?

Thanks for the work you've done here btw

robscott commented 5 years ago

Hey @ArnaudMsh that's an interesting idea. What would the output look like for that? Would we just add a container column after pods? There's already some work underway to support JSON output, this might fit in nicely after that bit of restructuring.

ArnaudMsh commented 5 years ago

Hello,

Yes I think one more column after pods is the way to go! And for sure, --containers would implicitly include --pods informations (the same way --pods includes nodes infos)

robscott commented 5 years ago

👍 That makes a lot of sense to me. I think this fit in nicely with some of the other restructuring happening.

ArnaudMsh commented 5 years ago

Thanks to you for this useful tool :)

robscott commented 5 years ago

Hey @ArnaudMsh, I just released a new version of kube-capacity (0.3.0) that includes this functionality, thanks for the idea!

ArnaudMsh commented 5 years ago

hey @robscott ! thanks it's working great and it's very useful (at least for me!!) Have a good day :)