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** A clear and concise description of what the bug is. According to the doc https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-add-health-probes `By default, the Application Gateway Ingress Controller (AGIC) provisions an HTTP GET...
**Describe the bug** Got this error when customizing the infrastructure resource group name. **To Reproduce** Steps to reproduce the behavior: 1. Deploy AKS with a custom infrastructure resource group name...
**Describe the bug** AGIC is already installed using helm. Make an update using the helm upgrade command. The URL will fail with 502 Bad Gateway error. **To Reproduce** Steps to...
## Checklist - [x] The title of the PR is clear and informative - [x] If applicable, the changes made in the PR have proper test coverage - [ ]...
**Describe the solution you'd like** Application Gateway for Containers seems like a great next step from Application Gateway Ingress Controller (AGIC) but Application Gateway for Containers doesn't appear to be...
Not setting modifiedQueryString still results in a rewrite rule that sets the query string to empty
**Describe the bug** We are using rewrite rules on ingress to rewrite paths but would like to preserve the query string. The AppGW ingress controller updates the rewrite rule to...
change AAD pod identity to workload identity since AAD pod identity has been deprecated ## Checklist - [ ] The title of the PR is clear and informative - [...
Can we update the AKS addon to 1.7.5? the current image version is still 1.7.4: mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.7.4
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.32.1 to 0.33.2. Commits 173776a Merge pull request #131708tigrato/automated-cherry-pick-of-#131702 a3d1fde fix: fixes a possible panic in NewYAMLToJSONDecoder 955939f bump etcd 3.5.21 sdk e8a77bd Merge pull request #130910...
I'm setting up an environment where the node pools and Application Gateway are in different subscriptions and virtual networks. SubscriptionA contains VNetA, which is associated with the AppGw. SubscriptionB contains...