[ ] read up on the docker swarm way to link containers across multiple physical hosts
docker swarm, kubernetes, and mesos all probably implement some kind of network fan -like approach at allowing the containers to talk on a large shared network plain
[ ] research more about docker ambassador containers
[ ] ambassador containers appear to be a standard solution for linking containers across multiple physical hosts. Is this true across all the big container orchestrating tools? (coreos, kubernetes, mesos, swarm, etc.) If not, what's different between the tools that allow cross-host container linking?