Skip to content

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

Notifications You must be signed in to change notification settings

changLiuUNSW/kube-snooper

Repository files navigation

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.

# install the project's dependencies
npm install
# Runs the app in development mode.
npm run dev
# Generate production bundle
npm start

Docker

# build
docker build -t changliuunsw/kubesnooper .
# run
docker run --rm -p 8080:4000 changliuunsw/kubesnooper

Kubernate

# Deployment
kubectl apply -f kubesnooper-deploy.yaml
# Sevice
kubectl apply -f kubesnooper-service.yaml

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published