Multiple tasks network
- GOD-11Getting issue details... STATUS - GOD-35Getting issue details... STATUS
Capacity to link multiple task in a Docker network
Mesos <= 0.28 does not support specifying --net=custom_network to use a Docker network
Unified container needs Calico support and open specific port afterwards for external access (22, 80, ....)
For kubernetes, if we do not need private networks/network isolation, as all PODs have an IP, containers can reach each other and do not need a specific network.
For Docker swarm, we could create a Docker network and use it when creating container.