Ingress gateway IPv6 support

Istio version: 1.16.1

Hello Folks,
Can we satisfy the use case below ?

Ingress gateway accepting IPv6 traffic and forwarding it as IPv4 traffic to application pod ?
ingressipv6

And if istio-proxy doesn’t support this translation is there way to achieve this ?

Thanks

Hi @kunalekawde, I think you can try the dual stack of Istio out if you have such requirement, as dual stack can support both IPv4 and IPv6 at the same time.
Please refer to Istio / Support for Dual Stack Kubernetes Clusters for more details.