Azure Virtual WAN - integrate public Facing AKS

Christoph 1 Reputation point
2021-11-18T16:27:06.627+00:00

I have a simple setup of Azure Virtual WAN - one Hub with S2S, P2S gateway and an Azure Firewall (one public ip).
All traffic is secured by the firewall and p2s clients have a forced tunnel to also use the firewall as their public ip.

I have a spoke vnet that is connected to my hub in which I want to deploy one private AKS cluster to host several shared services.
This AKS hosts my internal DNS for instance and but I want to add a couple of internet facing applications.
I did setup a new public ip for the ingress controller and created an nignx ingress controller.
Everything good so far. As soon as I deploy my application and want to access it (yes, TLS cert and public DNS name is also created) I do not see any traffic on the ingress controller.
Accessing the app using a local port forwarding works just fine.

I created a public AKS cluster and integrated it the same way into my network, the behavior is the same, no traffic on the ingress controller.
As soon as I disconnect the vnet from the Hub and restart the cluster, it works just fine.

Somehow, my Virtual WAN configuration is interfering with the ingress of my aks and can not find a reason.
Is this just not supported?

I thought about adding a second public ip to my firewall and create a NAT, but this brings other complications.

Thanks!

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
197 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
600 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,267 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,963 questions
{count} votes