-
K8s CPU limit in Go app
Some time ago while reading about Go concurrency I stumbled upon an information that there are many Go services running in K8s under CPU limits that are not running as efficiently as they otherwise could be. In this post, I will show what happens when CPU limits are being used and your Go service is…