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.
Since March 2024, Application Gateway support for dual stack (IPv4 and IPv6) front-end connections from clients is generally available : https://stackfeed.io/article/2024-03-20-generally-available-application-gateway-v2-ipv6-support/ But according to official [documentation](https://learn.microsoft.com/en-us/azure/application-gateway/ipv6-application-gateway-portal#limitations), AGIC currently doesn't support...
**Describe the bug** Tested with AGIC version 1.8.0 and 1.8.1, deployed as an add-on to an AKS cluster, the controller is unable to resolve separate ingress records when: - both...
## Is your feature request related to a problem? Please describe. We are not using helm and don't want to introduce helm to our pipeline but we do need AGIC...
## Checklist - [x] The title of the PR is clear and informative - [x] If applicable, the changes made in the PR have proper test coverage - [x] Issues...
Hi, today we cannot set property `automountServiceAccountToken` to disable auto-mount of pod service account into containers. -> https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting
After updating AGIC on AKS from version 1.7.4 to 1.7.5 we've noticed huge spike in log size from ingress-azure container. As we are sending AKS container logs to Log Analytics,...
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.5 to 1.0.6. Release notes Sourced from github.com/spf13/pflag's releases. v1.0.6 What's Changed Add exported functions to preserve pkg/flag compatibility by @mckern in spf13/pflag#220 remove dead code for...
**Is your feature request related to a problem? Please describe.** At present if we want to set any Custom error page, we have to set it on AppGw label. But...
**Describe the bug** i am trying to deploy AGIC through Helm but i am getting following error **Error getting route table** '/subscriptions/xxxxxxx/resourceGroups/MC_rg-aksfl-poc_xxxxx_westeurope/providers/Microsoft.Network/routeTables/aks-agentpool-xxxx-routetable' (this is relevant for AKS clusters using 'Kubenet'...