initial stub docs

This commit is contained in:
Henning Jacobs
2017-01-10 22:08:58 +01:00
parent ae575debe1
commit cdf4a9d037
7 changed files with 259 additions and 0 deletions

20
docs/getting-started.rst Normal file
View File

@@ -0,0 +1,20 @@
===============
Getting Started
===============
You can find example Kubernetes manifests for deployment in the deploy folder. It should be as simple as:
.. code-block:: bash
$ git clone git@github.com:hjacobs/kube-ops-view.git
$ kubectl apply -f kube-ops-view/deploy
Afterwards you can open "kube-ops-view" via the kubectl proxy:
.. code-block:: bash
$ kubectl proxy
Now direct your browser to http://localhost:8001/api/v1/proxy/namespaces/default/services/kube-ops-view/