Mutiple gateways, best practices?

Hi,

I’m wondering what is the best practices to create multiple gateways inside a kubernetes cluster.
I want to have specific ip for different gateways, so each time I want to create a new gateway, I create an helm chart which references istio as a dependency. Then I create a values yaml file to deactivate all the different istio’s sub services and activate, only the gateways with the one I want to create.

Do you think it’s a good idea to separate gateways by helm chart or it is better to have all my gateways inside the istio installation helm chart ?

Ernest.

Why not putting a unique gateway behind your multiple IPs?

How can I bind multiple IPs to a unique gateway ?