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
678 stars 423 forks source link

capability to use AGIC with AKSARC enabled Clusters --> AzureStack HCI #1659

Open chris8205 opened 2 weeks ago

chris8205 commented 2 weeks ago

enhance the AGIC to add the possibility to redirect the traffic to a existing ingress service ip inside a onPrem AKSARC // AzureStack HCI AKS(ARC)

something like this...

agic.hybrid.enable: true agic.hybrid.ingressClassName: ingressClassName (nginx-ingress) agic.hybrid.ingressPublicIP: [PublicIP of the ingress]

if hyrid enabled, agic works similar but takes ingress information from k8s-ingress with this specific ingressClassName and tells the azure agw to redirect all traffic to the configured publicIP... TLS Certs and probes are pushed like before from the k8s-ingress config into the azure-agw

hamelchRIT commented 4 days ago

see the same.. is a must have