application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
Overlay support in 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
- [ ] Issues addressed by the PR are mentioned in the description followed by
Fixes.
Description
This pull request introduces overlay support in the AGIC, specifically addressing overlay changes. It also refactors the Kubenet CNI.
In Overlay cluster, AGIC will need to create an Overlay Extension Config in which it will specify the Subnet CIDR where the gateway is deployed. This config then gets processed by the AKS cluster to allow AppGW data plane to be able to reach the Pods.