Explicitly document workload and services can not have overlapping address in single network

This commit is contained in:
Zhonghu Xu 2023-03-10 15:57:54 +08:00 committed by GitHub
parent 34ecdf69e0
commit f6cb5ebbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ fits your existing network topology.
In the simplest case, a service mesh operates over a single fully connected
network. In a single network model, all
{{< gloss "workload instance" >}}workload instances{{< /gloss >}}
can reach each other directly without an Istio gateway.
can reach each other directly without an Istio gateway. In addition, for single network across multi-clusters,
Istio requires services and endpoints cannot have overlapping IP addresses.
A single network allows Istio to configure service consumers in a uniform
way across the mesh with the ability to directly address workload instances.