Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 925 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 925 Bytes

KAP

This is an Kubernetes App which helps operators to manager App running on multiple clusters.

The feature of KAP

  • Using Angular 2 for working with Typescript
  • Aggregate resource datas parallelly from multiple Clusters.
  • Enable SQL query from semi-structured resources information.
  • Seamless integrate Kubernetes Dashboard with KAP.
  • Provide graph visualization for alerts and metrics of cloud services and components.

Quick start

Make sure you have Node version >= 5.0 and NPM >= 3

Clone/Download the repo then start Express server.

# clone our repo
git clone https://github.com/lxlxok/KAP.git

# change directory to our repo
cd KAP

# install the repo with npm
npm install

# copy and replace html file to dist
npm run html

# copy and replace css file to dist
npm run css

# start the Browsify server
npm start

go to http://localhost:3000 in your browser