application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
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.

Results 252 application-gateway-kubernetes-ingress issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** I have installed two AGIC each linked to a separate App Gateway. When deploying the an app with ingress while specifying the AGIC name using `ingressClassName`, the...

**Describe the bug** I'm currently using application-gateway-kubernetes-ingress (AGKI) v1.40. I've just updated to AKS version 1.21.2 and seeing this warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; I've...

**Describe the bug** As per https://github.com/Azure/application-gateway-kubernetes-ingress/pull/723 when creating AGIC for kubenet AKS, the routetable for AKS should be automatically linked to app gateway subnet. but it's not My App gateway...

I have just started working with Kubernetes and I managed to install Application Gateway Ingress. I found out that some annotations are not working and that could be cause by...

**Describe the bug** I have a AKS cluster with Kubernets Ingress resources already deployed. When I enable Application Gateway in the portal, it doesnt read the existing ingress rules and...

**Describe the bug** The AGIC will strip off the [globalConfiguration](https://docs.microsoft.com/en-us/azure/templates/microsoft.network/applicationgateways?tabs=json#applicationgatewayglobalconfiguration) settings of the Application Gateway when generates a configuration and applies it to the application gateway. **To Reproduce** * Create...

Hi Team, Rewrite rules should work now with the required annotations as per the below link - https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/annotations.md#rewrite-rule-set After upgrading AGIC to 1.5.0 rc1 and latest version of AKS, the...

Right now the default replica for agic pod is 1, and no pod disruption defined; Better if we could config replicas using configmap, or it could scale up with number...

high-availability

**Describe the bug** Application gateway ingress controller is able to modify connected application gateway name (name of it's actual resource in Azure) **To Reproduce** Steps to reproduce the behavior: -...

I'm using the "only_critical_addons_enabled = true" in Terraform, which does the "CriticalAddonsOnly=true:NoSchedule". And when using this with the new "ingress_application_gateway" "enabled" = true option, the "ingress-appgw-deployment" pod does not start....