Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tactful-ai/helm-dashboard
Manage your helm charts and releases visually.
https://github.com/tactful-ai/helm-dashboard
devops electron helm kubernetes
Last synced: about 1 month ago
JSON representation
Manage your helm charts and releases visually.
- Host: GitHub
- URL: https://github.com/tactful-ai/helm-dashboard
- Owner: tactful-ai
- License: mit
- Created: 2021-08-14T00:34:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T14:35:36.000Z (over 3 years ago)
- Last Synced: 2024-06-01T11:30:53.655Z (6 months ago)
- Topics: devops, electron, helm, kubernetes
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egypt-opensource - tactful-ai/helm-dashboard - Manage your helm charts and releases visually. (Projects / Devops)
README
# Robban
![description image1](/description1.png)
![description image2](/description2.png)
![description image3](/description3.png)## Description
Robban is a visual web wpp, and a wesktop app that manages your helm charts' releases, compare their revisions (by viewing the difference between different YAML files), and get summary of their components (pods/deployments/services) status.
## Installation
You can either use the app as a web app, or as a desktop app.
To use the **Web App**, do the following:
A. Running the express server
```
$ cd 'backend'
$ npm i
$ npm start
$ cd ..
```B. Running the Vue web app
```
$ cd 'frontend'
$ npm i
$ npm run serve
$ cd ..
```To use the **Desktop App**, do
the following:```
$ cd 'frontend'
$ npm i
$ npm run electron:serve
$ cd ..
```## Docs
You can view the diagrams explaining the data flow, and details about each class's functionalities from our [docs folder](https://github.com/tactful-ai/helm-dashboard/tree/main/docs)
## Contributors
Robban is brought to you by @mfouad, @AbdelrahmanDeghedy
## Contribution
Want to contribute? That's great! (Details Soon)