Way to distribute traffic between two Internal Load Balancers

Sudeep Kumar Reddy Balineni 41 Reputation points
2020-11-19T12:13:21.447+00:00

Hi,

I have two AKS clusters running same services to achieve high availability. Is it possible to distribute the inbound traffic between two internal load balancers sitting on each AKS cluster?

Thanks
Sudeep

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,100 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
439 questions
0 comments No comments
{count} votes

Accepted answer
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2020-11-19T23:30:03.873+00:00

    This is possible, but you cannot use an Azure Load Balancer, as Azure load Balancers can only direct traffic to VMs / VMSS.

    Your best bet is to use an Application Gateway or an NVA acting as a load balancer that can add backends via an IP address.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.