Hi folks,
On this page: Istio / Virtual Service, it says this for the gateways field:
The reserved word
mesh
is used to imply all the sidecars in the mesh. When this field is omitted, the default gateway (mesh
) will be used, which would apply the rule to all sidecars in the mesh. If a list of gateway names is provided, the rules will apply only to the gateways. To apply the rules to both gateways and sidecars, specifymesh
as one of the gateway names.
In my case, I only have my gateway name, but I’m actually able to talk to the service from another container within the cluster and I can see the virtual service rules apply (traffic splitting, header match). But the above statement says that I also need to have “mesh”. Could this be outdated information?
Thanks,
jaid