Why is pod's memory almost double the pod's only container's memory with no ephemeral storage?

28 Views Asked by At

Well, the title says it all :-)

I don't know where the extra pod's memory is coming from. Any command to reveal that? I want to set memory request correctly.

I look at it in Lens. I expect it to be the same in this setup.

1

There are 1 best solutions below

0
jze On

OK, I probably found an answer:

Why container memory usage is doubled in cAdvisor metrics?

Lens probably just sum all metrics for a pod (= bug).