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

Commit

Permalink
kubectl port-forward instead of proxy (shorter, no long URL)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 24, 2019
1 parent 2a7f5f9 commit a7b3895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kubernetes Operational View
.. image:: https://readthedocs.org/projects/kubernetes-operational-view/badge/?version=latest
:target: http://kubernetes-operational-view.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/docker/pulls/hjacobs/kube-ops-view.svg
:target: https://hub.docker.com/r/hjacobs/kube-ops-view
:alt: Docker pulls
Expand Down Expand Up @@ -81,13 +81,13 @@ It should be as simple as:
$ kubectl apply -f deploy # apply all manifests from the folder
Afterwards you can open "kube-ops-view" via the kubectl proxy:
Afterwards you can open "kube-ops-view" via kubectl port-forward:

.. code-block:: bash
$ kubectl proxy
$ kubectl port-forward service/kube-ops-view 8080:80
Now direct your browser to http://localhost:8001/api/v1/namespaces/default/services/kube-ops-view/proxy/
Now direct your browser to http://localhost:8080/

`Kubernetes Operational View is also available as a Helm Chart`_.

Expand Down

0 comments on commit a7b3895

Please sign in to comment.