Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Q2 Sprint 4, Q2 Sprint 5
Description
Here, we assume that we don't have enough public IPs. As a result, we are not able to assign an individual public IP to each container.
One solution is to assign the same IP for all containers on a host, and use port mapping to properly redirect network traffic to/from containers. In other words, each container will be assigned a range of ports from the host. The isolator will setup filters to properly redirect packets to/from the corresponding containers based on dst/src ip/ports.
Attachments
Issue Links
- is blocked by
-
MESOS-1450 Add setns utilities to stout
- Resolved
-
MESOS-1325 Create a linux routing library abstraction based on libnl
- Resolved