Closed WanzenBug closed 3 weeks ago
We keep track of of all Pods in the cluster, while only caring about a small subset of them. Since we only need very basic information from the Pod, we can lower memory usage by ensuring we only store information we actually care about.
In my totally unscientific tests, this about halfed the memory usage of each pod.
We keep track of of all Pods in the cluster, while only caring about a small subset of them. Since we only need very basic information from the Pod, we can lower memory usage by ensuring we only store information we actually care about.