Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 610 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 610 Bytes

Kubex

Install with:

mix deps.get

Compile with:

mix escript.build

Commands:

Sort all the cluster pods per memory or cpu and display also the node they are in.

./kubex pods --sort-by="memory"
./kubex pods --sort-by="cpu"

alt text

Sort all the cluster services per memory or cpu and display also the node they are in.

./kubex services --sort-by="memory"
./kubex services --sort-by="cpu"

alt text