first hack

This commit is contained in:
Henning Jacobs
2016-12-12 22:43:48 +01:00
parent 5617f56e26
commit 97d1e1e351
5 changed files with 144 additions and 3 deletions

View File

@@ -4,6 +4,17 @@ Kubernetes Operational View
Goal: provide a common operational picture for multiple Kubernetes clusters.
Usage
=====
.. code-block:: bash
$ pip3 install -r requirements.txt
$ kubectl proxy &
$ ./app.py
Now direct your browser to http://localhost:8080
License
=======