All Projects → kubenav → Kubenav

kubenav / Kubenav

Licence: mit
kubenav is the navigator for your Kubernetes clusters right in your pocket.

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Kubenav

Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (-54.05%)
Mutual labels:  mobile, app, desktop
Picodeploy
Deploy Pico-8 Carts as Standalone Applications on Desktop 🖥️(Electron) and Mobile 📱(Ionic) 📦👾
Stars: ✭ 153 (-83.02%)
Mutual labels:  mobile, desktop, ionic
Simple Dash
A simple, fully responsive Dashboard to forward to the services of your choice!
Stars: ✭ 222 (-75.36%)
Mutual labels:  mobile, desktop, dashboard
Framework7 Template Vue Webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 399 (-55.72%)
Mutual labels:  mobile, app
Appify
Create a macOS Application from an executable (like a Go binary)
Stars: ✭ 372 (-58.71%)
Mutual labels:  app, desktop
Fluttergrocery Shoppingappui
🍔😋 Grocery Shopping App template UI kit in Flutter
Stars: ✭ 388 (-56.94%)
Mutual labels:  mobile, app
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (-64.59%)
Mutual labels:  app, desktop
Docker monitoring logging alerting
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
Stars: ✭ 479 (-46.84%)
Mutual labels:  prometheus, dashboard
Wanandroid
用Flutter开发的跨平台项目,完美运行在Android和iOS上,Material简洁风格,包括启动页、引导页、注册、登录、首页、体系、公众号、导航、项目,还有漂亮的妹子图库,运行极度流畅,结构清晰,代码规范,值得拥有
Stars: ✭ 466 (-48.28%)
Mutual labels:  mobile, app
Brisk
✨Cross-platform set of tools for building native UIs with Reason/OCaml
Stars: ✭ 518 (-42.51%)
Mutual labels:  app, desktop
Jfoenix
JavaFX Material Design Library
Stars: ✭ 5,720 (+534.85%)
Mutual labels:  mobile, desktop
Go Project Sample
Introduce the best practice experience of Go project with a complete project example.通过一个完整的项目示例介绍Go语言项目的最佳实践经验.
Stars: ✭ 344 (-61.82%)
Mutual labels:  prometheus, dashboard
2019 Typography Calendar
2019 字体日历 App
Stars: ✭ 342 (-62.04%)
Mutual labels:  mobile, ionic
Vonic
Mobile UI Components, based on Vue.js and ionic CSS. https://wangdahoo.github.io/vonic-documents
Stars: ✭ 3,422 (+279.8%)
Mutual labels:  mobile, ionic
Grafterm
Metrics dashboards on terminal (a grafana inspired terminal version)
Stars: ✭ 613 (-31.96%)
Mutual labels:  prometheus, dashboard
Unsee
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 700 (-22.31%)
Mutual labels:  prometheus, dashboard
Eeui
📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
Stars: ✭ 475 (-47.28%)
Mutual labels:  mobile, app
Ring
Innovative and practical general-purpose multi-paradigm language
Stars: ✭ 716 (-20.53%)
Mutual labels:  mobile, desktop
Bodyweight Fitness Android
Bodyweight Fitness (Android)
Stars: ✭ 297 (-67.04%)
Mutual labels:  mobile, app
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-64.71%)
Mutual labels:  mobile, app


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.

Features

  • Available for mobile, desktop and web: kubenav provides the same experience for mobile, desktop and web, 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.
  • Elasticsearch Integration: Discover your logs with the Elasticsearch plugin.
  • Jaeger Integration: Analyze your traces with the Jaeger plugin.

Usage

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].