This is a simple GUI app for facilitating Kubernetes cluster running and management.
- Create and manage Kubernetes kluster configurations
- Run saved configurations easily
- Get information of the running container in app
- Open running Jupyter Lab in your browser with a click
If you find a bug or have a feature idea that is not listed on GitHub issues, please file one. On small solutions, file a pull request. For larger changes, please contact the developers (vstirbu@gmail.com) directly or open an issue for discussion on github.
Electron React Boilerplate template have been used to get started in the project. For detailed instructions on how to use the template, please refer to their README .
Clone this repository and navigate to the directory
git clone https://github.com/torqs-project/q8s-studio.git
cd q8s-studio
Install dependencies:
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package