DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 30


Does this describe the role of Control Groups (cgroups) when used with a Docker container? role-based access control to clustered resources

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
LavaPupOption: B
Dec 7, 2024

B is correct. Control Groups (cgroups) are used for Limit Resource Usage, Isolate Containers, Monitor Resource Consumption. https://medium.com/@maheshwar.ramkrushna/managing-docker-resources-with-cgroups-a-practical-guide-169289c80451

__rajan__Option: B
Jan 8, 2025

B is correct. Control Groups (cgroups) are used to: • Limit and monitor system resources used by containers • Control CPU usage • Manage memory allocation • Restrict disk I/O • Control network bandwidth • Set process priorities