application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
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.
**Describe the bug** /health/ready endpoint hangs This is similar to #1393, but we have tried running with version 1.5.2 and 1.6.0-rc1. The cluster is running Kubernetes v1.22.6. **To Reproduce** *...
Version: Kubernetes v1.24.0 Kubernetes-dashboard v.2.6.1(https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml) cert-manager cert-manager v1.9.0 mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.5.2 Currently, I'm using cert-manager v1.9.0 with Kubernetes v. 1.24 with Azure application gateway ingress controller(AGIC). But I got error "azure/application-gateway Unable...
**Is your feature request related to a problem? Please describe.** Is it possible to create a redirection rule to an external website? For example you have an ingress controller with...
Will AGIC work with DNS based lets-encrypt/cert-manger challenges?
Last I looked at the docs here: https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-install-existing it states under pre-reqs: that azure CNI is required.... yet I see on this site, that kubenet is supported? Where should I...
**Describe the bug** In the documentation, it says that AGIC will pull the settings from the Liveness Probe https://azure.github.io/application-gateway-kubernetes-ingress/annotations/#health-probe-interval > interval in liveliness probe definition is also used as a...
**Describe the bug** We have a cluster with AGIC that was installed by helm. We made sure to set shared: true to helm configs and to delete the default prohibited-target-all...
Currently, there is an issue where redeploying bicep (probably ARM too?) templates for AG removes the backend configuration set by AGIC (even if nothing has changed): https://github.com/Azure/bicep/issues/2316 As a workaround,...
Is it possible to return a 404 when using path based routing and no route matches.
AGIC controller unable to update configs at Application gateway when custom policies are Associated
**Describe the bug** Application Gateway Ingress Controller fails to update configuration when a Custom WAF Policy is associated with Application Gateway WAF **To Reproduce** Steps to reproduce the behavior: -...