shubhamshuklaer / load_balancer

A Distributed Load Balancer
GNU General Public License v3.0
0 stars 0 forks source link

Forward broadcasts from docker container to outside #21

Open shubhamshuklaer opened 8 years ago

shubhamshuklaer commented 8 years ago

When the host receive broadcast from docker container inside it, it will broadcast that to outside.

shubhamshuklaer commented 8 years ago

This is useful when you wanna run each docker container on a seperate machine.

shubhamshuklaer commented 8 years ago

This is also helpful when running multiple docker containers on each machine and we have multiple machine. Each machine will have a master docker node and the machine will forward the traffic to that node. That node will have neighbors as all containers inside the same machine as well as other machines(It won't be able to tell wether there are multiple docker nodes on other machines.. it will just the the machine). Nodes other than master nodes will not directly(They can receive from the master node) receive tokens from other machines and will see only the nodes within the machine.

shubhamshuklaer commented 8 years ago

Test comment