flanksource / mission-control-registry

Apache License 2.0
0 stars 0 forks source link

Kubernetes - Cluster max memory/cpu #237

Open moshloop opened 4 months ago

yashmehrotra commented 3 months ago

@moshloop

Pretty hard to do this since there would be different lookups for usage and max, since pods and nodes are created dynamically, we can merge the properties with max coming from pod object and value coming from a check

I remember we thought of doing this: https://github.com/flanksource/canary-checker/issues/1378 to solve these kind of scenarios

Is there any other way we can approach this ?