Skip to content

Browser Based Kubernetes Real Time Monitoring Tool

Notifications You must be signed in to change notification settings

maheshkasabe/K-Dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Dash : Kubernetes Monitoring Tool

Docker Image CI

Build with React & JavaScript. Real-time Monitoring of Your Kubernetes Cluster with Kubernetes API.

alt tag

Preview.mp4

What is it ?


K-Dash is Browser Based Real-time monitoring tool for Kubernetes Cluster .The general idea behind the above submitted code sample is , it is a Browser based kubernetes cluster monitoring web application . Which hop over the Cluster data in front of your desktop by fetching the data from Kubernetes (Kubectl) API . The Web Application is made up of Javascript on the ReactJS framework , on a Broader spectrum the application fetches and puts the essential information on the screen like Events , Namspaces , storage , nodes , pods , configmap , secrets , resource quotas , deployments , endpoints etc... , in a tabular form . The Overview Page shows the overall (big picture ) of total running pods using chartJs and events (in tabel form) , You can also add Namespaces in the cluster through API . The Secrets and ConfigmapPage also shows you the neccesary Keys and passwords in order to quickly locate and copy your credentials . This are all the functions i have put together in order to be able to see the big picture of any kuberntes cluster in a quick way .

alt tag

alt tag

alt tag

Technologies Used


  1. ReactJS
  2. Javascript
  3. Kubernetest(kubectl) API
  4. HTML & CSS
  5. ChartJS

Features


  1. Real Time Overview of the cluster
  2. Switch between namespaces quickly
  3. Quickly copy/paste Credentials

Running App on your local system


git clone https://github.com/Mahesh-Kasabe/K-Dash

cd app

yarn install

bash ./start_server.sh

yarn run start 

Features to be included in future


  1. Adding Namespaces
  2. Adding / Deleting pods
  3. Better UI