This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
0.1.0
First official release of Kubernetes Operational View.
Install as Helm Chart (pending PR): helm/charts#398
Run locally with kubectl proxy
against your running cluster:
$ kubectl proxy &
$ docker run -it --net=host hjacobs/kube-ops-view:0.1.0
Try the UI with the integrated mock mode:
$ docker run -it -p 8080:8080 hjacobs/kube-ops-view:0.1.0 --mock