How to add a static ip to istio ingress?

9/28/2019

Does anyone have an example how to add a static ip to istio ingress?

I use AKS.

-- user3053247
azure-aks
istio
kubernetes

1 Answer

9/28/2019

this is not supported directly in azure, but if you just expose the ingress using type: LoadBalancer it would get a public ip address which wouldn't really change unless you delete the load balancer (so all the services in kubernetes).

-- 4c74356b41
Source: StackOverflow