Skip to content

Elixir cli tool layer based on kubectl for custom outputs.

Notifications You must be signed in to change notification settings

alvaromlg/kubex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elixir cli tool layer based on kubectl for custom outputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages