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** AGIC brownfield deployment, 2 AKS clusters. Both clusters having the following (the exact same) Ingress and Service definitions: ``` apiVersion: v1 kind: Service metadata: name: myapp-proxy ```...
please see: https://azure.github.io/application-gateway-kubernetes-ingress/annotations/#health-probe-path I am defining Ingress resource, which annotation will helps configure App Gateway Backen Pool...Trying different way...nothing helps. Thanks
**Is your feature request related to a problem? Please describe.** AKS offers a new [Azure CNI Overlay](https://learn.microsoft.com/en-us/azure/aks/azure-cni-overlay) as alternative to kubenet. There is documented limitation that AGIC would not work...
This issue is an exact copy of https://github.com/Azure/application-gateway-kubernetes-ingress/issues/966, which was opened by @davejhahn and closed by @akshaysngupta but not yet fully solved. Attempts to get attention on the closed issue...
**Describe the bug** Ingress controller is unable to update Application Gateway (e.g. new pods IP addresses, backend pools..) if there are (in preview) custom error pages configured (codes: 403, 502)....
Hello, According to the document for waf-policy-for-path, it should choose the WAF policy via annotation, but it will apply to all the site and all paths. How can I associate...
**Describe the bug** When creating a private ingress resource (annotation `appgw.ingress.kubernetes.io/use-private-ip: "true"`), all public https listeners fail with the error `ERR_CONNECTION_RESET` (from edge) **To Reproduce** - Create AGW with public...
## Checklist - [x] The title of the PR is clear and informative - [x] If applicable, the changes made in the PR have proper test coverage - [ ]...
Added annotation for rule priority. appgw.ingress.kubernetes.io/rule-priority ## Checklist - [x] The title of the PR is clear and informative - [x] If applicable, the changes made in the PR have...
Hello, I am trying to install AGIC 1.7.0 with AAD Pod Identity as ARM authentication. Unfortunately, the ingress-azure pod is crashing on startup. Could someone help me with that? I...