Kuba is a desktop Kubernetes manager for Windows and Linux. Connect to your clusters via kubeconfig, browse workloads, view logs, exec into pods, edit YAML, and more.
Not affiliated with the Kubernetes project or the CNCF.
Install the latest release for your platform:
| Platform | Installer | Portable |
|---|---|---|
| Windows | Kuba-0.1.1-Setup.exe | Kuba-0.1.1-Portable.exe |
| Linux | Kuba-0.1.1-Setup.deb | Kuba-0.1.1-Portable.AppImage |
See all assets on the Releases page.
- A valid kubeconfig (
~/.kube/configorKUBECONFIG) - Network access to your cluster API (HTTPS/TLS, same as
kubectl) - Windows 10/11 (x64) or Linux x64
- Download
Kuba-0.1.1-Setup.exe - Run the installer and follow the wizard
- Launch Kuba from the Start menu or desktop shortcut
- Download
Kuba-0.1.1-Portable.exe - Run it directly — no installation required
sudo dpkg -i Kuba-0.1.1-Setup.deb
kubachmod +x Kuba-0.1.1-Portable.AppImage
./Kuba-0.1.1-Portable.AppImageKuba uses your standard Kubernetes configuration:
- Default:
~/.kube/config - Or set
KUBECONFIGto point to one or more files - You can add extra kubeconfig files from the app header
If kubectl works with your cluster, Kuba should work too.
This project is licensed under the MIT License.
Report issues on GitHub Issues.
