mirror of https://github.com/istio/istio.io.git
Update content/docs/tasks/traffic-management/egress/index.md
Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>
This commit is contained in:
parent
7e9d1643bb
commit
febb76edc9
|
|
@ -348,7 +348,7 @@ An alternative to calling external services directly is to instruct the Istio pr
|
|||
external services. This option allows you to start evaluating Istio quickly, without controlling access to external
|
||||
services, and decide to [configure access to external services](#controlled-access-to-external-services) later.
|
||||
|
||||
Istio has an installation option that allows access to any external service on any ports that have no HTTP service and
|
||||
To allow access to any external service on any ports without an HTTP service or a service entry within the mesh, Istio has an installation option.```
|
||||
no service entry defined inside the mesh.
|
||||
For example, if there is no registered HTTP service or service entry defined for port 8000 inside the mesh, the sidecar
|
||||
proxy can be configured to pass the request on to any external service on that port.
|
||||
|
|
|
|||
Loading…
Reference in New Issue