Skip to content

Coolbernetes - rollback your apps by simply clicking a button!

License

Notifications You must be signed in to change notification settings

DawidMyslak/kubernetes-helm-ui

Repository files navigation

Coolbernetes

colbernetes icon

Coolbernetes provides UI layer that helps interacting with command line tools like kubectl and helm. You can rollback your apps now by simply clicking a button.

colbernetes screenshot

Download

Build it yourself

You will need Node.js in version 7 or higher installed on your machine.

# clone repository
git clone https://github.com/DawidMyslak/kubernetes-helm-ui.git
cd kubernetes-helm-ui

# install dependencies
npm install

# build application
npm run build

This project was generated with electron-vue@9c9bf75 using vue-cli. Documentation about the original structure can be found here.