Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 27, Mesosphere Sprint 28
-
1
Description
The net_cls cgroup associates a 16-bit major and 16-bit minor network handle to packets originating from tasks associated with a specific net_cls cgroup. In mesos we need to give the operator the ability to fix the 16-bit major handle used in an agent (the minor handle will be allocated by the agent. See MESOS-4345). Fixing the parent handle on the agent allows operators to install default firewall rules using the parent handle to enforce a default policy (say DENY ALL) for all container traffic till the container is allocated a minor handle.
A simple way to achieve this requirement is to pass the major handle as a flag to the agent at startup.
Attachments
Issue Links
- relates to
-
MESOS-4345 Implement a network-handle manager for net_cls cgroup subsystem
- Resolved
- links to