moby--moby/libnetwork/ipvs
Jana Radhakrishnan 0f89c9b7bc Add ingress load balancer
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>
2016-06-04 20:38:32 -07:00
..
constants.go Add IPVS netlink support 2016-05-24 22:48:19 -07:00
ipvs.go Add IPVS netlink support 2016-05-24 22:48:19 -07:00
ipvs_test.go Add loadbalancer support 2016-05-26 13:05:58 -07:00
netlink.go Add ingress load balancer 2016-06-04 20:38:32 -07:00