Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)