Kubernate server dashboard for Microsoft OpenHack - Container based on kubernetes-client
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
# build
docker build -t changliuunsw/kubesnooper .
# run
docker run --rm -p 8080:4000 changliuunsw/kubesnooper
# Deployment
kubectl apply -f kubesnooper-deploy.yaml
# Sevice
kubectl apply -f kubesnooper-service.yaml