https://github.com/oslabs-beta/rekuberate
The power of Kubernetes, visualized on your screen. Scale effortlessly, debug painlessly.
https://github.com/oslabs-beta/rekuberate
docker electron express grafana helm jest kubernetes postgresql prometheus puppeteer react redux typescript
Last synced: about 1 month ago
JSON representation
The power of Kubernetes, visualized on your screen. Scale effortlessly, debug painlessly.
- Host: GitHub
- URL: https://github.com/oslabs-beta/rekuberate
- Owner: oslabs-beta
- License: mit
- Created: 2023-05-26T15:37:19.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-30T01:16:46.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T19:08:38.944Z (about 1 month ago)
- Topics: docker, electron, express, grafana, helm, jest, kubernetes, postgresql, prometheus, puppeteer, react, redux, typescript
- Language: TypeScript
- Homepage: https://rekuberate.org/
- Size: 32.1 MB
- Stars: 62
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://rekuberate.org)
### The power of Kubernetes, visualized on your screen. Scale effortlessly, debug painlessly.
Report Bug
·
Documentation## ReKuberate
ReKuberate is a GUI that visualizes your kubernetes clusters in real time, allowing you to quickly see and diagnose problems and exactly where they're located. The hierarchy of the cluster is displayed in a straightforward network graph, with each node and pod color-coordinated, and with additional information on hover. Curated metrics on pod status and cluster health is also available. Compiled with electron and available for both windows and macOS, downloading, installing, and initializing ReKuberate is quick and simple.
## About
![]()
First time setup of ReKuberate will require an initial log in. Log in data is hashed and authenticated with bCrypt. Select the file location of where the application is downloaded and initiate data scraping from your kubernetes cluster. Make sure your cluster is running or else no data will be collected.The nodes will be color-coded: **red**: error, **yellow**: pending, **green**: running.
Hovering over each node will display additional details.
The metrics page displays selected data information displayed in a graph form to give you a quick and easy overview of your cluster health and computer usage.
## Install
Installation is incredible simple
1. Head over to ReKuberate.org
2. Click on download
3. Extract the zip file
4. Open the extracted folder in VSCode
5. Install dependencies with 'npm install'
6. Start the application with 'npm run electron'
7. Enjoy!
8. If the metrics do not load but the boxes appear, try going to http://localhost:9000 and logging in with **username:** admin, **password:** prom-operator## Technologies














## Built with ♥
Thad White | Github | LinkedIn
Fabrizzio Quintanilla | Github | LinkedIn
Hunter Shaw | Github | LinkedIn
Kai Farrell | Github | LinkedIn
Kevin Fan | Github | LinkedIn