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 Pod Count as a Sortable Attribute in --sort Option #159

Open neerajjose opened 2 months ago

neerajjose commented 2 months ago

Currently, the kube-capacity tool provides sorting functionality for various attributes, including CPU and memory metrics, but it lacks the ability to sort by the number of pods. This feature would be useful for users who want to quickly identify nodes with the highest or lowest pod counts.

Proposed Enhancement: