Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.29 KB

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.