Shared private IP address between two virtual machines.

James Austin 1 Reputation point
2021-10-29T01:08:36.263+00:00

Hi All,
I have a setup of:

  • 2 webservers
  • 2 high availablity nodes
  • a database cluster

I am trying to configure active/active haproxy setup and i need a floating IP address for that. I can see the options of using azure load balancer , but i dont want single point of failure here, so i'm going with an IP address which will switch between HA nodes on failure. Can yanybody please suggest me if this is posible in azure? If not, please suggest alternate ways(no single point of failure).

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,160 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 21,336 Reputation points MVP
    2021-10-29T13:28:01.933+00:00

    Hi,
    Azure Load Balancer is not a single point of failure. If you see just one resource that does not mean that the resource is not Highly Available. I would suggest looking at this document. You can also look at cross-region load balancer but I think that is not for your case.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments