Remove the limitation of accessing service mesh via browser. (#1530)

* Remove the limitation of accessing service mesh via browser.

* Do not need to mention lb when accessing via browser.
This commit is contained in:
Guang Ya Liu 2018-06-19 01:18:34 +08:00 committed by Shriram Rajagopalan
parent 7b77c5f135
commit fd812e6a59
1 changed files with 0 additions and 2 deletions

View File

@ -315,8 +315,6 @@ If we want to only allow HTTPS traffic into our service mesh, we can remove the
```
## Accessing Istio service mesh by a browser
Currently, accessing the mesh by a browser is fully supported only for load balancer ingress gateways, and only for the standard ports (80 and 443). You must omit the port when specifying the URL of the Gateway.
For `NodePort` ingress gateways, access by a browser is supported partially: only for the `*` hosts in the definition of the `VirtualService`.
## Understanding what happened