ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
428 stars 61 forks source link

Support CNI + IP per container #420

Open frankscholten opened 8 years ago

frankscholten commented 8 years ago

Currently Marathon and Mesos expect containers to use the host network stack. Minimesos however runs in containers and uses separate network stacks which causes https://github.com/ContainerSolutions/minimesos/issues/401.

Let's support IP per container http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers and http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers to solve this.

frankscholten commented 7 years ago

CNI Support + host local plugin

To keep things simple let's focus first on enabling CNI and configure the host-local IP address manager (IPAM). Once that works we can support more complex technologies.

TODO