mirror of https://github.com/istio/istio.io.git
Fix a peeve in the deployments document. (#8461)
* Fix a peeve in the deployments document. * Update content/en/docs/ops/deployment/deployment-models/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
parent
1345a65998
commit
89daac99e1
|
@ -240,7 +240,7 @@ will likely be the best choice.
|
|||
{{< tip >}}
|
||||
In order to ensure secure communications in a multi-network scenario, Istio
|
||||
only supports cross-network communication to workloads with an Istio proxy.
|
||||
This is due to the fact that we expose services at Ingress Gateway with TLS
|
||||
This is due to the fact that Istio exposes services at the Ingress Gateway with TLS
|
||||
pass-through, which enables mTLS directly to the workload. A workload without
|
||||
an Istio proxy, however, will likely not be able to participate in mutual
|
||||
authentication with other workloads. For this reason, Istio filters
|
||||
|
|
Loading…
Reference in New Issue