Skip to content

Commit

Permalink
note for accessing weave scope in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed Oct 4, 2020
1 parent 3ffa438 commit f374939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Example:

### Access Deployed Services

#### Kubernetes Dashboard

To access Kubernetes Dashboard from your local workstation, you must create a secure channel to your Kubernetes cluster. Run the following command:

```bash
Expand All @@ -71,6 +73,8 @@ Now you can access the dashboard at:
[`http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:https/proxy/`](
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:https/proxy/).

#### Weave Scope

To access Weave Scope (if deployed) from your local workstation, run the following command:

```bash
Expand Down

0 comments on commit f374939

Please sign in to comment.