kubenav is the navigator for your Kubernetes clusters right in your pocket. kubenav is a mobile, desktop and web app to manage Kubernetes clusters and to get an overview of the status of your resources.
kubenav is a mobile, desktop and web app to manage Kubernetes clusters. The app provides an overview of all resources in a Kubernetes cluster, including current status information for workloads. The details view for resources provides additional information. It is possible to view logs and events or to get a shell into a container. You can also edit and delete resources or scale your workloads within the app.
The app is developed using Ionic Framework and Capacitor. The frontend part of the app is implemented using TypeScript and React functional components. The backend part uses Go mobile for communication with the Kubernetes API server and Cloud Providers. So it is possible to achieve nearly 100% code sharing between the mobile and desktop implementation of kubenav.
kubeconfig
or your preferred Cloud Provider, including Google, AWS and Azure.The mobile version of kubenav can be downloaded from the App Store or Google Play. The desktop version for macOS, Linux and Windows can be downloaded from the release page.
For testing new features and faster feedback, we provide a beta version via Apple Testflight and Google Play. For the desktop version we are running nightly builds, where the binaries for each platform are uploaded as artifacts in the GitHub Action.
If you want to run kubenav in your Kubernetes cluster, simply run the following commands and open localhost:14122 in your browser:
kubectl apply --kustomize github.com/kubenav/deploy/kustomize
kubectl port-forward --namespace kubenav svc/kubenav 14122
For further information, please view our documentation at docs.kubenav.io.