mirror of https://github.com/istio/istio.io.git
* doc the port name should be same * namespace sameness, accept craigbox's suggestion
This commit is contained in:
parent
69981b01b1
commit
db3731fe20
|
@ -6,4 +6,6 @@ test: n/a
|
|||
Within a multicluster mesh, [namespace sameness](https://github.com/kubernetes/community/blob/master/sig-multicluster/namespace-sameness-position-statement.md)
|
||||
applies and all namespaces with a given name are considered to be the same namespace. If multiple clusters contain a
|
||||
`Service` with the same namespaced name, they will be recognized as a single combined service. By default, traffic is
|
||||
load-balanced across all clusters in the mesh for a given service.
|
||||
load-balanced across all clusters in the mesh for a given service.
|
||||
|
||||
Ports that match on _number_ must also have the same port _name_ to be considered as a combined `service port`.
|
||||
|
|
Loading…
Reference in New Issue