What os.cpu_count() Gets Wrong in a CPU-Limited Kubernetes Pod
A hands-on Minikube lab showing why `os.cpu_count()` returns the node's full CPU count inside a CPU-limited pod, and what happens when Gunicorn sizes workers from that number instead of the cgroup quota.