Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@hjacobs hjacobs released this 14 Jan 20:11
· 183 commits to master since this release

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