Forum Discussion

Randy_Thomas's avatar
Randy_Thomas
Copper Contributor
Aug 23, 2021

Load balancer question

I have 2 server endpoints that I need to be load balanced, 

My VIP is http://server 

and 

http://server1:28080/ and http://server2:8080 are my endpoints  

I am hearing that it isn't possible since they are listening on different ports. Can you help me . 

 

  • ibnmbodji's avatar
    ibnmbodji
    Steel Contributor

    Hi It's not possible to use multiple ports in a load balancing rule for a backend pool . It's also not possible for health probe configuration. However you can define multiple frontends even with the same IP so you can have multiple rules with for each different ports.The frontend (aka VIP) is defined by a 3-tuple comprised of an IP address (public or internal), a transport protocol (UDP or TCP), and a port number from the load balancing rule.

    https://bit.ly/2WhMFtJ

Resources