Private IP for Istio ingress gateway in AWS

29 Views Asked by At

I am trying to create an Istio ingress gateway with Static private IP via annotation but it does not work. Has anyone created an Istio ingress gateway with a static Private IP in AWS?

Annotation used via terraform is below:
service.beta.kubernetes.io/aws-load-balancer-private-ipv4-addresses : 10.102.*, 10.101.*

0

There are 0 best solutions below