Elasti is a solution to enable kubernetes to safely scale services back from zero when traffic arrives. It relies on kubernetes built in resources only to perform this without any external dependencies.
Elasti has first class integration with keda and plans to work with plain HorizontalPodAutoscaler resources in the future.
Features:
- Works for both north-south and east-west traffic within the cluster
- Both kubernetes deployment and argo rollouts are supported as scaling targets
Any feedback would be much appreciated