A system administrator is hardening container instances operating on a shared host. Which TWO of the following mechanisms directly enforce kernel-level isolation and resource boundaries for container processes?
- Linux namespaces and control groups (cgroups)Cevap
- Seccomp profiles restricting allowed system callsCevap
- CPerimeter network firewalls surrounding the host server
- DType-1 hypervisor hardware isolation for each container
Cevap
Linux namespaces and control groups (cgroups), alongside seccomp profiles restricting allowed system calls, provide direct kernel-level process isolation and resource boundary enforcement for containerized environments.
Containers rely on kernel-level primitives. Linux namespaces isolate system resources (such as process trees, mount points, and network stacks), cgroups constrain resource consumption, and seccomp restricts the system calls available to containerized processes.
Adım Adım Çözüm
Anahtar Kavram
Kernel-level container isolation mechanisms