Using AKS private cluster can't access internet from pod

Wen Rui Zhao - (OPS) 21 Reputation points
2022-05-09T10:09:51.637+00:00

We are using free account to test private cluster used by our case. But we found after we create a private cluster we can't reach to internet from pods . As the document said , All pods in an AKS cluster can send and receive traffic without limitations, by default. And also outbound traffic no limitation, did i miss something here? any suggestion ?

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,859 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. srbhatta-MSFT 8,546 Reputation points Microsoft Employee
    2022-05-10T08:26:11.29+00:00

    Hello @Wen Rui Zhao - (OPS) ,

    Thanks for reaching out to Microsoft QnA Platform!
    There is no limitation on outbound traffic from a private AKS cluster.
    In a private cluster, the control plane or API server has internal IP addresses that are defined in the RFC1918 - Address Allocation for Private Internet document. By using a private cluster, you can ensure network traffic between your API server and your node pools remains on the private network only.

    Have you followed any specific document to create the private AKS cluster such as this - Create private AKS cluster ?