finds.dev← search

// the find

kite-org/kite

★ 2,770 · TypeScript · Apache-2.0 · updated Jun 2026

🪁 A lightweight, modern Kubernetes dashboard that unifies multi-cluster and resource management, enterprise-grade user governance (OAuth, RBAC, and audit logs), and AI agents in one workspace. Not just a tool, but more like a platform.

Kite is a Go backend + React frontend Kubernetes dashboard that aims to replace the default k8s dashboard with multi-cluster support, OAuth/RBAC, Helm management, Prometheus monitoring, and an AI assistant. It's squarely aimed at platform teams or indie operators who want a single pane of glass without spinning up something like Rancher or Lens.

The AI tooling is implemented with actual Kubernetes awareness — there are dedicated tools for resource info, execution, Prometheus queries, and authorization checks (see pkg/ai/tool_*.go), not just a generic chat window bolted on. The kube-proxy feature letting you reach pod/service endpoints directly through the dashboard without kubectl port-forward is genuinely useful and often missing in alternatives. End-to-end tests with Playwright cover auth, RBAC, Helm, and cluster operations against a real Dex OIDC provider and OpenLDAP, which is more coverage than most dashboards bother with. The Helm integration goes beyond listing releases — it handles discovery via ArtifactHub, install/upgrade/rollback, and history, all in one place.

The README calls it 'lightweight' but the dependency chain includes Monaco, Helm SDK, multiple OAuth providers, AI clients, and a SQLite/external DB for state — that's not lightweight, it's just self-contained. The AI assistant docs are thin and there's no mention of what LLM providers are actually supported or how tool authorization decisions are made, which matters when you're letting an AI restart your pods. SQLite as the default persistence option is a footgun for anyone who doesn't read the FAQ — the default kubectl apply install silently loses data on pod restart. The project appears to be primarily maintained by a single author (donation QR codes are personal, Chinese payment methods dominant), which is a real support risk if you're betting production tooling on it.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →