mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
Ingress load balancer is achieved via a service sandbox which acts as the proxy to translate incoming node port requests and mapping that to a service entry. Once the right service is identified, the same internal loadbalancer implementation is used to load balance to the right backend instance. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>