remstos / cabin

The Mobile Dashboard for Kubernetes

Home Page:https://bitnami.com/kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cabin, the mobile app for Kubernetes

Mobile app for Kubernetes made with React Native. It is full of neat features:

screencast

Run

Install node dependencies:

npm install

Install React Native cli:

npm install -g react-native-cli

Run the packager:

npm start

iOS

Install ios dependencies:

gem install cocoapods
cd iOS/ && pod install

Run the app on iOS for dev: (you need Xcode installed on your mac)

react-native run-ios

Android

The easiest way is to run the app directly from Android Studio (add cabin/android as an existing project).

Or you can use react-native run-android if you already have an emulator launched or a device connected (to launch one is path/to/android/sdk/emulator -avd <emulator name>)

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.

About

The Mobile Dashboard for Kubernetes

https://bitnami.com/kubernetes

License:Apache License 2.0


Languages

Language:JavaScript 78.0%Language:Protocol Buffer 8.5%Language:Java 6.9%Language:Objective-C 5.7%Language:Ruby 0.4%Language:Python 0.3%Language:C 0.1%