If a virtualservice
A
is defined in namespace
A
using networking.istio.io
, how can it use a gateway
B
defined in another namespace, namespace
B
?
Thanks
If a virtualservice
A
is defined in namespace
A
using networking.istio.io
, how can it use a gateway
B
defined in another namespace, namespace
B
?
Thanks
Copyright © 2021 Jogjafile Inc.
If it´s not in the same namespace as virtual service, you have to specify that in virtual service
Check the
spec.gateways
sectionThere is related istio documentation about that.