Coolbernetes provides UI layer that helps interacting with command line tools like
kubectl
andhelm
. You can rollback your apps now by simply clicking a button.
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.