[
https://issues.apache.org/jira/browse/MESOS-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14540352#comment-14540352
]
Cong Wang commented on MESOS-2044:
----------------------------------
I think the reason why flannel has to manage IP addresses is that it uses
overlay network, but we don't have to use it. ipvlan/macvlan should be enough
for our goal here, I tend to keep Mesos away from the managing IP addresses,
otherwise it has to deal with the existing slaves which get IP addresses from
DHCP.
> Use one IP address per container for network isolation
> ------------------------------------------------------
>
> Key: MESOS-2044
> URL: https://issues.apache.org/jira/browse/MESOS-2044
> Project: Mesos
> Issue Type: Epic
> Reporter: Cong Wang
>
> If there are enough IP addresses, either IPv4 or IPv6, we should use one IP
> address per container, instead of the ugly port range based solution. One
> problem with this is the IP address management, usually it is managed by a
> DHCP server, maybe we need to manage them in mesos master/slave.
> Also, maybe use macvlan instead of veth for better isolation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)