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.
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