项目作者: changLiuUNSW

项目描述 :
Kubernate server dashboard for Microsoft OpenHack - Container based on kubernetes-client
高级语言: JavaScript
项目地址: git://github.com/changLiuUNSW/kube-snooper.git
创建时间: 2018-06-19T11:48:19Z
项目社区:https://github.com/changLiuUNSW/kube-snooper

开源协议:

下载


Build Status

Kube-snooper

Kubernate server dashboard for Microsoft OpenHack - Container based on kubernetes-client

How to start

Note this project is based on node v8.1.4 and npm 5.0.3.

  1. # install the project's dependencies
  2. npm install
  3. # Runs the app in development mode.
  4. npm run dev
  5. # Generate production bundle
  6. npm start

Docker

  1. # build
  2. docker build -t changliuunsw/kubesnooper .
  3. # run
  4. docker run --rm -p 8080:4000 changliuunsw/kubesnooper

Kubernate

```bash

Deployment

kubectl apply -f kubesnooper-deploy.yaml

Sevice

kubectl apply -f kubesnooper-service.yaml