AKS Standard Load balancer setup

Veronika Bulavina 26 Reputation points
2022-07-06T13:32:57.383+00:00

Hey,

I have recently deployed a new AKS cluster with a standard load balancer, it has been deployed with the new IP address to be used by outbound traffic (since a standard load balancer doesn't allow outbound traffic without a defined outbound rule).
Besides, we do use an Ingress controller, so my question is, do I need two separate IPs for inbound and outbound traffic.

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

2 answers

Sort by: Most helpful
  1. Vidya Narasimhan 2,126 Reputation points Microsoft Employee
    2022-07-06T16:58:23.223+00:00

    @Veronika Bulavina , the egress/outbound IP will be used when traffic is initiated from an AKS pod to external services hosted over the Internet.
    For ingress/inbound traffic from Internet, the ingress/inbound IP will be used and not the outbound IP.

    More here in the link https://learn.microsoft.com/en-us/azure/aks/load-balancer-standard

    Regards,
    Vidya

    1 person found this answer helpful.

  2. Veronika Bulavina 26 Reputation points
    2022-07-07T08:15:36.83+00:00

    Hey @Vidya Narasimhan ,

    I understand that, my question was if there is a possibility to use the unique IP address for ingress and egress traffic?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.