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** Pods for AAD pod identity and AGIC cannot start. **To Reproduce** Create AKS cluster with: * AGIC from standalone instance Application Gateway * UDR for redirect egress...

I am trying to install the agic with service principal . I am getting the following errors in the agic log `2020-08-13T23:10:49.762686468Z ERROR: logging before flag.Parse: I0813 23:10:49.762518 1 utils.go:115]...

help wanted
Documentation

**Is your feature request related to a problem? Please describe.** When creating multiple listeners using wildcards with AGIC, as example: - *.contoso.com - b2b.contoso.com I would like that the second...

feature

For our AKS Workloads we have two subnets with two route tables: - AppGatewaySubnet, where we put all Application gateways. - A AKS specific subnet, where the nodes live. AKS...

feature
help wanted
network

## 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...

**Describe the bug** An existing HTTPS setup gets deleted, when the agic gets restarted with a short downtime. The ingress definition was valid and working before. After the restart, the...

**Is your feature request related to a problem? Please describe.** When using cookie based session affinity (`appgw.ingress.kubernetes.io/cookie-based-affinity: "true"`), I want to specify a cookie timeout. In this use case, session...

feature

Hi All, My AGIC is not detect any change on endpoint list of my service and ingress. i'm using AGIC helm install version 1.0.0 with aad-pod-identity version 1.5.5 when i...

Bug
feature

**Describe the bug** If a custom port is defined with < appgw.ingress.kubernetes.io/override-frontend-port: "8060" >. Agic will not create an HTTPs listner and redirect the custom port to the HTTPs 443...

CRD's no longer in beta1 as of 1.22+ https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122 feature flag crd azureingressprohibitedtargets.appgw.ingress.k8s.io to use `apiextensions.k8s.io/v1` when k8s >= version 1.22