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.
**Is your feature request related to a problem? Please describe.** When AGIC syncs the workload ingress to AppGateway, an extra port of 80 listeners is added with each actual port...
Minor docs changes Update ARM template to use newer RP APIs Leverage VNET Contributor for linkedAccessPolicyCheck Leverage WAF Policy vs WAF Configuration Define subnet delegation for Microsoft.Network/applicationGateways ## Checklist -...
Hi, I am currently facing a strage behavior with Azure Application Gateway and WAF. We have a web application running in AKS connected to Application Gateway connected with AGIC. The...
Hi, I recently deployed a new cluster through Infra as Code and wanted to add the AGIC Controller to my AKS deployment. However when I installed the AGIC Controller through...
**Describe the bug** Issue occurs in a setup with a shared Application Gateway resource that is used between two Kubernetes clusters (DEVCD & DEV environments). While the shared Application Gateway...
## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...
**Describe the bug** I think the title is pretty much self explanatory, but I'll elaborate a bit better here. So basically, if you set AppGateway with an SSL Profile which...
**Describe the bug** The instruction to apply the CRD for `AzureIngressProhibitedTarget` is linked to an older revision on the repository with the `apiVersion` set to `apiextensions.k8s.io/v1beta1`. This no longer works...
**Is your feature request related to a problem? Please describe.** We have an application gateway today that is fully managed by AGIC after its initial creation EXCEPT the SSLProfile we...
## 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...