Does this describe the role of Control Groups (cgroups) when used with a Docker container? role-based access control to clustered resources
Does this describe the role of Control Groups (cgroups) when used with a Docker container? role-based access control to clustered resources
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
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