Add reference to a page with more details. (#13692)

* Add reference to a page with more details.

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
John Howard 2023-08-11 14:04:04 -07:00 committed by GitHub
parent d4b416f304
commit 85b6ca2a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -157,3 +157,5 @@ For Non-HTTP based traffic (including HTTPS), Istio does not have access to an `
One implication of this is that direct calls to pods (for example, `curl <POD_IP>`), rather than Services, will not be matched. While the traffic may
be [passed through](/docs/tasks/traffic-management/egress/egress-control/#envoy-passthrough-to-external-services), it will not get the full Istio functionality
including mTLS encryption, traffic routing, and telemetry.
See the [Traffic Routing](/docs/ops/configuration/traffic-management/traffic-routing) page for more information.