A Kubernetes Controller that evicts Pods when they're reaching their memory limit, giving them a chance to properly shutdown.
The controller has been tested and built with the following components:
- Kubernetes >= 1.19
- Metric Server >= 0.5.0
helm repo add maxlaverse https://maxlaverse.github.io/helm-charts/
helm repo update
helm install soft-pod-memory-evicter maxlaverse/soft-pod-memory-evicter
Distributed under the Apache License. See LICENSE for more information.