by kite-org
πͺ 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.
# Add to your Claude Code skills
git clone https://github.com/kite-org/kiteGuides for using ai agents skills like kite.
Last scanned: 4/23/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-23T06:07:22.931Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}A modern Kubernetes dashboard
Live Demo | Documentation English | δΈζ
Kite is a lightweight, modern Kubernetes dashboard that unifies real-time observability, multi-cluster and resource management, enterprise-grade user governance (OAuth, MFA, passkeys, RBAC, and audit logs), and AI agents in one workspace. Not just a tool, but more like a platform.
kubectl port-forward)For detailed instructions, please refer to the documentation.
docker run -d -p 8080:8080 -v ./data:/data -e DB_DSN=/data/db.sqlite ghcr.io/kite-org/kite:latest
Install from OCI registry
helm install kite oci://ghcr.io/kite-org/charts/kite -n kube-system
Or install from Helm repository
helm repo add kite https://kite-org.github.io/kite/
helm repo update
helm install kite kite/kite -n kube-system
Apply deployment manifests
kubectl apply -f deploy/install.yaml
# or install it online
# Note: This method may not be suitable for a production environment, as it does not include any configuration related to persistence. You will need to manually mount the persistence volume and set the environment variable DB_DSN=/data/db.sqlite to ensure that data is not lost. Alternatively, an external database can be used.
# ref: https://kite.zzde.me/faq.html#persistence-issues
kubectl apply -f https://raw.githubusercontent.com/kite-org/kite/refs/heads/main/deploy/install.yaml
Access via port-forward
kubectl port-forward -n kube-system svc/kite 8080:8080
Clone the repository
git clone https://github.com/kite-org/kite.git
cd kite
Build the project
make deps
make build
Run the server
make run
For troubleshooting, please refer to the documentation.
If you find Kite helpful, please consider supporting its development! Your donations help maintain and improve this project.
Thank you for your support! β€οΈ
We welcome contributions! Please see our contributing guidelines for details on how to get involved.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
kite is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kite-org. πͺ 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. It has 2,882 GitHub stars.
Yes. kite passed SkillsLLM's automated security scan β a dependency vulnerability audit plus prompt-injection heuristics β with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/kite-org/kite" and add it to your Claude Code skills directory (see the Installation section above).
kite is primarily written in TypeScript. It is open-source under kite-org on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh kite against similar tools.
No comments yet. Be the first to share your thoughts!