Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsonlima authored Aug 23, 2018
1 parent aeb615d commit 029c2d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,11 @@ You can now play with the guestbook that you just created by opening it in a bro
* **Service Port Forward:**
It should be a trick to connect to guestbook running in a Kubernetes cluster
`$ kubectl port-forward svc/guestbook 3000:3000
```console
$ kubectl port-forward svc/guestbook 3000:3000
Forwarding from 127.0.0.1:3000 -> 3000
Forwarding from [::1]:3000 -> 3000
`
```

RMore info: https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/

Expand Down

0 comments on commit 029c2d4

Please sign in to comment.