Can an AGIC contact an App GW in a different Azure subscription?

9/1/2021

An Ingress controller that would contact an Application Gateway in another Azure Subscription. Is this even possible?

-- vasil001
azure
azure-application-gateway
gateway
kubernetes
kubernetes-ingress

1 Answer

9/14/2021

An Ingress controller that would contact an Application Gateway in another Azure Subscription. Is this even possible?

Yes , As YK1 said in comments it should be possible to contact another application gateway in another subscription but they should be residing under same tenant.

If they are residing under same tenant , then you can create a cross subscription vnet peering between application gateway vnet and aks vnet on different subscriptions. Then you can try to achieve the brownfield deployment for ingress on AKS.

Reference:

Create a VNet peering - different subscriptions | Microsoft Docs

Create an ingress controller with an existing Application Gateway | Microsoft Docs

-- AnsumanBal-MT
Source: StackOverflow