Hey guys, I have a question about network management via Mesos. If I have multiple environments, DEV, QA, STAGING, the only main segregation is network(s) between the env. So each of the environments sit in their own subnet which is then broken into several smaller subnets (DMZ, APP, DB). I was wondering what is the best way to handle this in Mesos? Could I for example, add a VLAN trunk to all hosts in the Mesos cluster and then create network devices eth(x) for each network/subnet and have Mesos attach a container (docker) to the correct bridge. This is just my thoughts I was wondering what others might have done.
Regards Kash

