How to setup Load Balancing on Linux VM using Nginx between multiple Docker containers for communication within the same port?
I am designing a program that will send messages (Client PC) to a Linux VM (Ubuntu) that will house the docker containers (Docker Host), where each container will have a program that will receive the message and then respond to the client PC through UDP and potentially TCP protocols where I specify the port.