Slide 32
Slide 32 text
Cgroups?
Cgroups(Control groups) allow you to allocate resources — such as CPU time(again, not
cores!), system memory, network bandwidth, or combinations of these
CPU Requests in K8s → cpu.shares in cgroups
CPU Limits in K8s → cpu.cfs_period_us & cpu.cfs_quota_us (us = μs) in cgroups
Memory Limits in K8s → memory.limit_in_bytes in cgroups