kube resource optimization challenge
0
hey folks, we're seeing some weird memory spikes in our k8s cluster, even after applying limits. i'm trying to fine-tune
requests and limits for a critical microservice, but cgroup stats don't always align with kubectl top. for example, sometimes we get things like this:$ kubectl top pod my-critical-service-xyz
NAME CPU(cores) MEMORY(bytes)
my-critical-service-xyz 150m 850Mi
$ cat /sys/fs/cgroup/memory/memory.usage_in_bytes
1024000000that's a pretty big diff. any best practices for robust resource optimization when cgroupv2 and container runtimes seem to report differently? thanks in advance!0 Answers
No answers yet.
Be the first to provide a helpful answer!
Your Answer
You must Log In to post an answer and earn reputation.
Hot Discussions
2
Better ISP finder data?
212 Views