KDash - A fast and simple dashboard for Kubernetes

Note: This is a beta version and is work in progress

_ __ ___ _ | |/ /| \ __ _ ___| |_ | ' < | |) |/ _` |(_-<| ' \ |_|\_\|___/ \__,_|/__/|_||_|

A simple terminal dashboard for Kubernetes built with Rust

UI

Features & Todos

Installation

Beta release binaries for macOS, Linux and Windows are available on the releases page

If you have Cargo installed then you install KDash from crates.io

cargo install kdash

You can also clone the repo and run cargo run to build and run the app

Note:: On linux you might need to have package xorg-dev (Debian/Ubuntu) or xorg-x11-server-devel (Fedora) or equivalent installed for the copy to clipboard features to work

USAGE:

Press ? while running the app to see keybindings

FLAGS:

Screenshots

Overview screen

UI

Container logs screen (light theme)

UI

Pod describe screen (light theme)

UI

Contexts screen

UI

Utilization screen

UI

Libraries used

How does this compare to K9S?

K9S is a beast compared to this as it offers way more features including CRUD actions.

KDash only offers a view of most used resources with a focus on speed and UX. Hence the UI/UX is designed to be more user friendly and easier to navigate with contextual help everywhere and a tab system to switch between different resources easily.

At least for now there are no plans to add CRUD for resources

Licence

MIT

Authors