llpods 1.0.0
Shows kubernetes pod information
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global llpods --version 1.0.0
This package contains a .NET Core Global Tool you can call from the shell/command line.
llpods
llpods 1.0.0
Copyright (C) 2020 Mohammad Mustakim Ali (@mustakimali)
-s, --show The namespaces to include (eg. --show=ns1,ns2), default or `all` for all namespaces
-c, --context The kubernetes context to use unless default
-h, --relative-time Show the time in human readable format
-f, --full-image Show long Image URL
-i, --top-alt Show Top information (Individual)
-t, --top Show Top information (Average & Total)
-w, --watch Watch for changes (Updates every 3 seconds)
--help Display this help screen.
--version Display version information.
Highlights
Shows top information (-t
)
Shows human readable time (-h
)
Shows Terminating, Ready status etc.
Notes
- All namespaces (
--show all
) are quried using 1 command so that would be as fast as possible. - Multiple namespaces are quried in parallel and then rendered.
- Top information and Pod information are also gathered in parallel.
llpods
llpods 1.0.0
Copyright (C) 2020 Mohammad Mustakim Ali (@mustakimali)
-s, --show The namespaces to include (eg. --show=ns1,ns2), default or `all` for all namespaces
-c, --context The kubernetes context to use unless default
-h, --relative-time Show the time in human readable format
-f, --full-image Show long Image URL
-i, --top-alt Show Top information (Individual)
-t, --top Show Top information (Average & Total)
-w, --watch Watch for changes (Updates every 3 seconds)
--help Display this help screen.
--version Display version information.
Highlights
Shows top information (-t
)
Shows human readable time (-h
)
Shows Terminating, Ready status etc.
Notes
- All namespaces (
--show all
) are quried using 1 command so that would be as fast as possible. - Multiple namespaces are quried in parallel and then rendered.
- Top information and Pod information are also gathered in parallel.
Dependencies
This package has no dependencies.