Posts in 0001
-
The Shift to cgroup v2 in Kubernetes: What You Need to Know
By Paco Xu (DaoCloud) | Monday, January 01, 0001 in Blog
In Linux, cgroups (control groups) are a kernel feature used for managing system resources. Kubernetes uses cgroups to allocate resources like CPU and memory to containers, ensuring that applications run smoothly without interfering with each other. …
-
Scaling Kubernetes Workloads with Node Swap
By Ocean Xie, Yuan Wang | Monday, January 01, 0001 in Blog
Memory is often the first hard limit a Kubernetes cluster hits. Nodes run out of RAM long before they run out of CPU, and the new wave of agentic AI workloads makes this worse. These workloads demand large memory footprints to start up and run …