Organizing VirtualServices and Gateways

Hi,

I’m pretty new and I’ve read and followed the following guide about Istio custom gateways.

How should Istio Gateways and VirtualServices be organized within Namespaces?
Is it correct that both the Gateway and the VirtualService needs to be organized within the same Namespace?
Should I configure my custom Gateway in the same Namespaces as the backing Service and Deployment for my custom gateway?
Should I configure my custom Gateway multiple times against the same backing Service and Deployment?

Julian

If I’m right

Is it correct that both the Gateway and the VirtualService needs to be organized within the same Namespace?

You can use different NS

Should I configure my custom Gateway multiple times against the same backing Service and Deployment?

No