cgroups
DevOps interview questions tagged cgroups, across every topic.
5 questions · 0 unlocked for you
Concepts behind "cgroups"
The concept pages behind what these questions are testing.
Foundational
Namespaces and cgroups: what a container actually isA container is not a thing the kernel knows about. It is an ordinary process with two kernel features applied to it: namespaces, which change what it can see, and cgroups, which change what it can use. Understanding that split explains most container behaviour that otherwise looks like magic, including why a container can see the host's memory and size itself wrong.🐧 Systems Foundations
Advanced
CFS quotas and throttling: what a CPU limit really enforcesA CPU limit bounds CPU bandwidth over an accounting period; runnable work can be throttled when the group or an ancestor exhausts its quota. This concept gives the exact arithmetic, the diagnostic reading of cpu.stat, and the remediation debate that separates senior candidates.☸️ Containers & Kubernetes🔒 Premium