How to create additional istio ingress gateway?

9/9/2019

We are using the default ingress gateway for istio. We would like to create two different ingress gateway for using private and public external load balancer.

Is there any way to achieve this?

-- Santhosh
istio
kubernetes

1 Answer

9/10/2019

See this example, step 3: Deploy a private ingress gateway and mount the new secrets as data volumes by the following command. You may want to edit the helm values of the example, for example remove the mounted volumes with the certificates, change the name of the gateway, the namespace it is deployed to.

-- Vadim Eisenberg
Source: StackOverflow