native desktop app · built with rust
the kubernetes dashboard
you actually want to use.
monitor pods, stream logs, port-forward — all from a native desktop app. no browser tabs. no yaml wrestling. just ship.
rust·vim·15+ resources
/ featureseverything you need,
everything you need,
nothing you don't.
pod management
view, filter, and manage pods across all namespaces with real-time status updates.
| Pod | Status | |||
|---|---|---|---|---|
| api-gateway-7d8f9b | Running | 24% | 128Mi | 3d |
| worker-batch-3a2b1c | Running | 67% | 256Mi | 1d |
| redis-cache-9c4e5f | Running | 8% | 64Mi | 7d |
| cronjob-sync-f2a1e | Pending | 0% | — | 2m |
live log streaming
stream container logs with level filtering, regex search, and timestamps.
live
12:04:00INFOserver listening on :8080
12:04:01INFOconnected to redis cluster
12:04:02DEBUGhealth check passed
12:04:03WARNhigh latency detected: 420ms
12:04:04INFOprocessing batch job #4821
12:04:05ERRORfailed to parse config.yaml
12:04:06INFOretrying with defaults...
12:04:07INFObatch job #4821 completed
exec into containers
interactive terminal sessions with full color support.
api-gateway-7d8f9b — /bin/sh
$ kubectl exec -it api-gateway-7d8f9b -- /bin/sh
Connecting to pod...
drwxr-xr-x 5 root root 4096 main.go
drwxr-xr-x 3 root root 4096 config/
-rw-r--r-- 1 root root 892 go.mod
$
port forwarding
one-click port forwarding with session tracking.
nginx-web
:3000→:80
postgres-db
:5432→:5432
redis-cache
:6379→:6379
command palette
navigate anywhere with cmd+k. vim keybindings everywhere.
type a command...
Go to pod...
⌘KSwitch namespace
⌘NChange theme
⌘TKeyboard shortcuts
?and much more
built for power users who live in the terminal.
cpu & memory metrics
yaml editor
11 color themes
vim keybindings
15+ resource types
fast & lightweight
/ get started
ready to simplify your kubernetes workflow?
we're putting the finishing touches on kdashboard. sign up to get notified when it's ready.
macos · windows · linux