From 029c2d40079c38b98afad8c673997c0950c49b39 Mon Sep 17 00:00:00 2001 From: Richardson Lima Date: Thu, 23 Aug 2018 14:13:38 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b9c8a9..6af6e6d 100644 --- a/README.md +++ b/README.md @@ -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/