AKS and Azure virtual WAN

Terry Humphries 1 Reputation point
2021-11-02T21:12:34.697+00:00

If I set my AKS cluster to only allow access from specific IP addresses. how do I get the IP address used by the Azure Virtual WAN to add to the list?

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
197 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
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,266 Reputation points Microsoft Employee
    2021-11-04T06:20:33.183+00:00

    @Terry Humphries ,

    You don't need to whitelist the WAN's IP address. Traffic which passes WAN is not NAT'd and the Source IP still remains the same. There will not be any traffic with Source as WAN and destination as AKS.

    So, you need to add the actual Source IP to the list not the WAN's IP.

    Regards,
    Karthik Srinivas

    0 comments No comments