Reword to clarify the intent of external access (#6888)

This commit is contained in:
Shamsher Ansari 2020-03-16 23:39:21 +05:30 committed by GitHub
parent 42fce40dc3
commit a8f801c11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -327,12 +327,16 @@ $ export INGRESS_HOST=$(kubectl get po -l istio=ingressgateway -n istio-system -
### Verify external access {#confirm}
Confirm that the Bookinfo application is accessible from outside. Copy the
output of this command and paste into your browser:
Confirm that the Bookinfo application is accessible from outside
by viewing the Bookinfo product page using a browser.
{{< text bash >}}
$ echo http://$GATEWAY_URL/productpage
{{< /text >}}
1. Run the following command to retrieve the external address of the Bookinfo application.
{{< text bash >}}
$ echo http://$GATEWAY_URL/productpage
{{< /text >}}
1. Paste the output from the previous command into your web browser and confirm that the Bookinfo product page is displayed.
## View the dashboard {#dashboard}