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** We are experiencing OOM Killed every time we restart the Azure Kubernetes Cluster **To Reproduce** Stop Application Gateway Stop Kubernetes cluster Start both in parallell Steps to...
**Is your feature request related to a problem? Please describe.** In path based routing i want to send traffic based on regex. Like if any thing not matches, this send...
**Describe the bug** I have a Jenkins running in an AKS cluster with [application-gateway-kubernetes-ingress] as an ingress controller. This jenkins has a websocket connection with a Windows VM through websocket....
I want to use one AppGW with ingress AGIC but also use the new TCP preview on AppGW, this however colides with the AGIC deleting all of my TCP rules/pools...
**Describe the bug** A clear and concise description of what the bug is. If a pod is in running state but is not yet "ready" because of the container is...
**Describe the bug** We have an app gateway that is shared for an entire AKS cluster. When a team accidentally references a WAF policy that doesn't exist yet, it breaks...
**Describe the bug** As we have enabled AGIC, whenever we do deployments the custom error pages for the html file we are referring are getting wiped off automatically. We don't...
Hello - this is not a bug but a question. We are running into 5xx errors during deployment time. [This article](https://azure.github.io/application-gateway-kubernetes-ingress/how-tos/minimize-downtime-during-deployments/) seemed to have helped with minimizing 5xx errors. But...
Looking at this line of code: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/8bc1e63c3714667bb59f8533fd39b8970e77bd2b/pkg/azure/client.go#L15 I understand the AGIC controller is using a deprecated Azure SDKs and should upgraded following this guide: https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md There is an impact on...
## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...