All Projects → bitnami-labs → Cabin

bitnami-labs / Cabin

Licence: apache-2.0
The Mobile Dashboard for Kubernetes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cabin

Tui Rs
Build terminal user interfaces and dashboards using Rust
Stars: ✭ 6,081 (+868.31%)
Mutual labels:  dashboard
Esp Dash
A blazing fast library to create a functional dashboard for ESP8266 and ESP32
Stars: ✭ 548 (-12.74%)
Mutual labels:  dashboard
Arena
An interactive UI dashboard for Bee Queue
Stars: ✭ 595 (-5.25%)
Mutual labels:  dashboard
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (-17.04%)
Mutual labels:  dashboard
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+3607.96%)
Mutual labels:  dashboard
Django Jazzmin
Jazzy theme for Django
Stars: ✭ 574 (-8.6%)
Mutual labels:  dashboard
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (-20.86%)
Mutual labels:  dashboard
Agendash
Agenda Dashboard
Stars: ✭ 620 (-1.27%)
Mutual labels:  dashboard
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+3818.95%)
Mutual labels:  dashboard
Noahv
An efficient front-end application framework based on vue.js
Stars: ✭ 593 (-5.57%)
Mutual labels:  dashboard
World Cup 2018 Cli Dashboard
⚽🏆A World Cup 2018 CLI dashboard – Watch matches in your terminal
Stars: ✭ 529 (-15.76%)
Mutual labels:  dashboard
Kubeadm Playbook
Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
Stars: ✭ 533 (-15.13%)
Mutual labels:  dashboard
Androbd
Android OBD diagnostics with any ELM327 adapter
Stars: ✭ 573 (-8.76%)
Mutual labels:  dashboard
Countly Server
Countly helps you get insights from your application. Available self-hosted or on private cloud.
Stars: ✭ 4,857 (+673.41%)
Mutual labels:  dashboard
Grafterm
Metrics dashboards on terminal (a grafana inspired terminal version)
Stars: ✭ 613 (-2.39%)
Mutual labels:  dashboard
Phpmemadmin
Bringing Memcached to the web.
Stars: ✭ 512 (-18.47%)
Mutual labels:  dashboard
Rest Admin
Restful Admin Dashboard Based on Vue and Boostrap 4
Stars: ✭ 565 (-10.03%)
Mutual labels:  dashboard
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (-0.96%)
Mutual labels:  dashboard
Kaffy
Powerfully simple admin package for phoenix applications
Stars: ✭ 617 (-1.75%)
Mutual labels:  dashboard
Open Source Saas Boilerpate
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
Stars: ✭ 582 (-7.32%)
Mutual labels:  dashboard

NOTE This project is currently not under active development.

The project is currently in a transition phase. There are known issues with Kubernetes 1.8/1.9 clusters. There is no ETA to fix those issues but we are trying to find a sustainable path. As always PR welcome. Thanks for your understanding.

Cabin, the mobile app for Kubernetes

Cabin is a Mobile application for Kubernetes. It is loaded with features as shown in the screenshots and the screencast. It is a mobile native version of the Kubernetes dashboard with intuitive finger actions to manipulate Kubernetes resources. For example you can delete pods with a single left swipe. You can also add, delete labels, scale deployments with a finger scroll, access logs of your pods, run simple exec commands in containers, trigger rolling-updates by changing the image of your deployments, etc...

Currently still in dev is support for Helm charts. You can view Charts repositories and launch charts.

GKE users will enjoy the ability to create clusters directly from their phone and also add pre-existing GKE clusters to the application to view existing resources.

Cabin is made with React Native. For development purposes you can run the application using both iOS and Android simulators.

We would love your help to make it even cooler !

Screenshots

Click on each picture to enlarge.

Add Clusters

Create Cluster on GKE

Pods View

Charts View

Deployment Scaling

Pod Logs

Edit Labels

Search by Label

YAML View

Namespace Chooser

Resource Listing Toggle

Set Image

Service Types

Open Service in Browser

Access Web Apps

Screencast

It is full of neat features, check out the screencast below by clicking on the image:

Run Locally Using Simulators

To develop and test the application you need to setup your local environment, then run the simulator. First, install react-native-cli then run the packager in one terminal. Then in another terminal launch the simulator with the react-native command. See below for more details.

First, install React Native CLI tools with:

npm install -g react-native-cli

⚠️ Follow the Getting Started guide to make sure you have everything ready to run a react-native app.

Run the packager (for both iOS and Android)

Now install yarn. On OSX simply do brew install yarn.

Use yarn to install node dependencies:

yarn install

In one terminal session, run the packager:

yarn start

Now depending on your target platform, run the simulator using the appropriate react-native command:

iOS

Install the iOS dependencies:

gem install cocoapods
cd iOS/ && pod install

Note: You may have to remove an existing Podfile.lock file. See grpc/grpc#12172 for more information.

Run the app on iOS:

react-native run-ios

If the command above fails (See #84), you can compile the iOS project directly from Xcode by opening the iOS/cabin.xcworkspace.

You may run into Xcode setup issues like xcrun: error: unable to find utility "instruments", not a developer

Android

Due to having to use a feature that was removed from React Native, we have to use a fork and thus compile it from source (See #88). Follow the steps at Build React Native from source to correctly set up your environment.

Run the app on Android:

react-native run-android

Get Cabin

Install Cabin for iOS or Android on the application stores:

Contributing

Check our contributing guidelines and send your pull requests.

Issues

If you face any issues with Cabin, please create an issue

Note that to preserve as much history as possible we imported a good number of issues from our private repo and the cabin-issues repository.

Code of Conduct

Cabin abides by the Kubernetes Code of Conduct

Sponsor

Cabin is brought to you thanks to Bitnami. Cabin was developed by Skippbox and joined the Bitnami portfolio of Kubernetes products after Skippbox's acquisition.

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].