Local cluster dash
kprompt-dash is a simple localhost, read-only cluster inventory — see the cluster, then hand off to kprompt for plan → approve → apply. Not a Lens or Headlamp replacement.
kprompt-dash is an optional OSS companion binary. It binds to 127.0.0.1 by default, uses your kubeconfig like kubectl, and stays read-only. Mutations remain in the CLI plan → approve loop.
Install & run
go install github.com/kprompt/kprompt-dash/cmd/kprompt-dash@latest
kprompt dash
# or: kprompt-dash -openOpens http://127.0.0.1:7474 with Cluster, Nodes, Deployments, ReplicaSets, and Pods — plus detail (events / short logs) and copyable kprompt prompt handoff.
What it is not
- Not a hosted multi-tenant dashboard on app.kprompt.ai
- Not in-browser mutate / apply
- Not a full CRD / RBAC / Helm explorer
- Not Lens or Headlamp parity
Security
- No HTTP authentication — anyone who can reach the port shares your kube privileges
- Default listen address is loopback only
- Non-loopback binds require an explicit -allow-remote flag