Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
Right now, the port mapping network isolator used by mesos containerizer is based on the assumption that there is not enough public IPs (a unique IP per container). That introduces a lot of the complexities and limits the number ports that can be used by a container.
If we have enough public IPs, we can use macvlan to bridge containers. That's much more cleaner and efficient.
Attachments
Issue Links
- duplicates
-
MESOS-2044 Use one IP address per container for network isolation
- Resolved