An open-source Web App for Kubernetes monitoring.
kubrakai.io
Table of Contents
KubraKai is an open-source Web App for Kubernetes monitoring. KubraKai allows Users to create a profile for storing and tracking numerous Kubernetes Clusters, all within a mobile-first environment!
Key features include:
- User authentication and authorization
- User profile to monitor endpoints
- GraphQL service to abstract PromQL queries for frontend developers
- Graphs that display metrics and can be draged and dropped
- Dynamic date selection for metric data
To get a local copy up and running, follow these steps.
- Crate a Google OAth account.
- Created a Postgres user database for the tables defined in /model/schema.sql.
- Expose metrics using Prometheus from a Kubernetes cluster. You can either expose a live cluster or use MiniKube.
- Fork this repo.
- npm install
- npm run build
- Create an .env file to store sensetive data
- npm run dev
Anthony Martinez - GitHub - LinkedIn
Danny Balistocky - GitHub - LinkedIn