DCA · Question #108
Does this describe the role of Control Groups (cgroups) when used with a Docker container? Solution: role-based access control to clustered resources
The correct answer is B. No. Control Groups (cgroups) manage individual process resource usage on a host, not role-based access control (RBAC) to clustered resources.
Question
Does this describe the role of Control Groups (cgroups) when used with a Docker container? Solution: role-based access control to clustered resources
Options
- AYes
- BNo
How the community answered
(32 responses)- A6% (2)
- B94% (30)
Why each option
Control Groups (cgroups) manage individual process resource usage on a host, not role-based access control (RBAC) to clustered resources.
RBAC is a security concept that dictates what actions users or roles can perform on resources, whereas cgroups are concerned with how much of a system's physical resources a process or group of processes can consume.
No. Control Groups (cgroups) are a host-level mechanism for resource limiting and accounting for processes. Role-based access control (RBAC) is a security model for managing permissions to resources, typically at an application or cluster level, and is unrelated to cgroups.
Concept tested: Docker cgroups role
Source: https://docs.docker.com/config/containers/resource_constraints/
Topics
Community Discussion
No community discussion yet for this question.