I'm currently looking into Mesosphere DCOS to run multiple micro-services using Docker containers. Each micro-services code is already built by my CI into a docker container and uploader to a private container repo.
If I now deploy container A and container B as two different apps using Marathon, how would app A be able to reach app B? Do I need additional service discovery like Consul?
Would be great if I could have some insights here and maybe even some links / docu to get me started :)