Discover and explore top open-source AI tools and projects—updated daily.
Kubernetes dashboard with AI assistance
Top 26.4% on SourcePulse
Kubewall is an open-source, single-binary Kubernetes dashboard designed for managing multiple clusters with a rich, real-time browser-based interface. It offers detailed cluster insights, AI-powered analysis for optimization and troubleshooting, and supports various AI providers like OpenAI, Claude, Gemini, and Ollama.
How It Works
Kubewall is built as a single, self-contained binary, simplifying deployment and eliminating complex configurations. It provides a real-time, browser-accessible interface for monitoring and managing Kubernetes clusters. The integration of multiple AI providers allows for advanced features such as data analysis, configuration optimization, and troubleshooting assistance, aiming to make Kubernetes management more efficient and intelligent.
Quick Start & Requirements
docker run -p 7080:7080 -v kubewall:/.kubewall ghcr.io/kubewall/kubewall:latest
), Helm (helm install kubewall oci://ghcr.io/kubewall/charts/kubewall -n kubewall-system --create-namespace
), Homebrew (brew install --cask kubewall/tap/kubewall
), Snap, Arch Linux, Winget, Scoop, or download pre-compiled binaries.http://localhost:7080
after installation.--certFile
and --keyFile
flags.--listen
), Kubernetes client QPS/burst, and disabling browser opening (--no-open-browser
).Highlighted Details
Maintenance & Community
The project welcomes contributions via PRs and issues.
Licensing & Compatibility
Licensed under Apache License, Version 2.0. This license is permissive and generally compatible with commercial use and closed-source linking.
Limitations & Caveats
Kubewall is noted as being under active development, implying potential for instability or breaking changes. When not used over HTTP/2, Server-Sent Events (SSE) may face limitations on the maximum number of open connections.
1 week ago
Inactive