Note: This is a beta version and is work in progress
_ __ ___ _
| |/ /| \ __ _ ___| |_
| ' < | |) |/ _` |(_-<| ' \
|_|\_\|___/ \__,_|/__/|_||_|
A simple terminal dashboard for Kubernetes built with Rust
-p
flag)
[ ] Custom theme
[ ] Tests, need a lot of them
Min cargo version: 1.48.0
For now you can use this by cloning the repo and running cargo run
If you face issues with openssl then please run cargo run --features vendored
Will publish binaries and crates once out of beta
Press ?
while running the app to see keybindings
-h, --help
: Prints help information-V, --version
: Prints version information-t, --tick-rate <tick-rate>
: Set the tick rate (milliseconds): the lower the number the higher the FPS.-p, --poll-rate <poll-rate>
: Set the network call polling rate (milliseconds, should be multiples of tick-rate): the lower the number the higher the network calls.MIT