kubenav - Kubernetes Dashboard

In-app purchases
4.3
137 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

kubenav is a mobile and desktop 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.

- Available for mobile and desktop: kubenav provides the same experience for mobile and desktop, with nearly 100% code sharing.
- Manage Resources: All major resources like Deployments, StatefulSets, DaemonSets, Pods, etc. are supported.
- Custom Resource Definitions: View all Custom Resource Definitions and mange Custom Resources.
- Modify Resources: Edit and delete all available resources or scale your Deployments, StatefulSets, DaemonSets.
- Filter and Search: Filter the resources by Namespace and find them by their name.
- Status Information: Fast overview of the status of workloads and detailed information including Events.
- Resource Usage: View the requests, limits and current usage of Pods and Containers.
- Logs: View the logs of a container or stream the logs in realtime.
- Terminal: Get a shell into a container, right from your phone.
- Manage multiple Clusters: Add multiple clusters via `kubeconfig` or your preferred Cloud Provider, including Google, AWS and Azure.
- Port-Forwarding: Create a port-forwarding connection to one of your Pods and open the served page in your browser.
- Prometheus Integration: kubenav allows you to view your Prometheus metrics directly in the dashboard and to build your own dashboards via the Prometheus plugin.
Updated on
Jul 30, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.3
128 reviews
Zee Aslam
December 9, 2021
I love this app. It's proven super useful for me and I use it a lot. It's great for keeping tabs on clusters and visually noting issues. Some downsides: You can't edit the kubeconfig after the fact (or I just missed something). The sidebar scrolls to the top each open which can be a minor annoyance. The events can't be organized by recency easily either. It's not much more difficult to use than kubectl. Rico, if you have other apps elsewhere or a donate lnk you should add it somewhere.
4 people found this review helpful
Did you find this helpful?
Jason Tackaberry
September 7, 2020
A very serviceable window into my K8s clusters. Gets the basics right but has room for improvement. 1) Lacks app protection to require device auth at startup, when means when using static credentials to access a cluster, anyone who grabs my phone unlocked gets admin access to those clusters. 2) Pod shells are frustrating to use with the virtual keyboard - constant fighting with upper case letters required. 3) Delete cluster option difficult to discover (should use idiomatic long press instead)
9 people found this review helpful
Did you find this helpful?
Jared Chenkin
June 5, 2023
Absolutely love it. Beautiful, simple, does what you need and gets out of the way. Logical presentation of all the fields and related resources. Helm and prom integration is awesome too! Bravo
Did you find this helpful?

What's new

- Use roleArn in AWSGetClusters
- Fix Restart of Deployments
- Fix Shell Selection in Terminal Widget