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.
When the AGIC pod has to be recreated for some reasons, like node reimage, the access to backend pods will be impacted. The new AGIC pod would take 1-2 minutes...
## 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 bug** Hi, we have deployed application gateway ingress controller in our AKS cluster and one of the azure polices have detected security policy violation for agic component. This...
**Is your feature request related to a problem? Please describe.** The AGIC design choice of routing directly to pod IPs (rather than service ClusterIP) can cause a discrepancy between a...
## Checklist - [x] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage - [x]...
**Describe the bug** We received the following error on deploying our AppGW : ``` ... Event(v1.ObjectReference{Kind:"Pod", Namespace:"kube-system", Name:"ingress-appgw-deployment -bf6785d8d-87lgm", UID:"uiuiduid-4dff-4496-ba43-0ed031542ed7", APIVersion:"v1", ResourceVersion:"102567", FieldPath:""}): type: 'Warning ' reason: 'FailedApplyingAppGwConfig' network.ApplicationGatewaysClient#CreateOrUpdate: Failure...
**Describe the bug** AGIC generated backend pool members for OOMKilled pods of which IP is reused by valid pod. The bug surfaced on two separate clusters on the same day....
**Describe the bug** I have two application gateways controlled by two AGICs 1.5.2 deployed through Helm. Two ingress classes are created successfully. Yet when creating two ingress objects in same...
**Is your feature request related to a problem? Please describe.** Currently in our scenario, it may take between 5 to 10 min. to create the ingress, every time we create...
**Is your feature request related to a problem? Please describe.** I need to disallow TLSv1_0 and TLSv1_1 by using the predefined policy **AppGwSslPolicy20170401S**. But each time I push this configuration...