application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
application-gateway-kubernetes-ingress copied to clipboard

Overlay support in AGIC

Open akshaysngupta opened this issue 1 year ago • 0 comments

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.

Fixes

akshaysngupta avatar Sep 30 '24 21:09 akshaysngupta