Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

Dualstack annotation #1601

Open csdaraujo opened 3 months ago

csdaraujo commented 3 months ago

Application Gateway is capable of using a dualstack interface, as described here. On the other hand, there is no mapping annotation to this feature.

Is it possible to have AKS ingresses that use AG also use this dualstack feature by adding an annotation to it?