You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add monitoring rules (Prometheus) to check current CPU and RAM usage against pod limits.
Use Case
It would be nice to have alerts when the resources of the containers are about to exceed the limit allocated to them, this would avoid an OOM from Kubernetes and an eventual failover loop.
Desired Behavior
When I reach the scenario of having a pod close to the limit of allowed resources, be warned by the alertmanager to take some action, updating with new limits or adding new replicas for example.