piraeusdatastore / piraeus-ha-controller

High Availability Controller for stateful workloads using storage provisioned by Piraeus
Apache License 2.0
15 stars 8 forks source link

lower memory usage #74

Closed WanzenBug closed 3 weeks ago

WanzenBug commented 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.

WanzenBug commented 3 weeks ago

In my totally unscientific tests, this about halfed the memory usage of each pod.