google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.65k stars 511 forks source link

Backend servers accepts connections on port that doesn't match VEntry port #40

Closed p-v-a closed 4 years ago

p-v-a commented 6 years ago

Hello,

Is there is any plan to add an option to select backend port? Example can be the following - multiple docker https services running on an unconventional ports (8443, 8444, etc), while from outside there are multiple VIPs with each docker service mapped to 443 port. it would allow multiple services on the same node.

vip1:443 - > docker_node:8443 vip2:443 - > docker_node:8444 vip3:443 - > docker_node:8445