kubernetes-webhook-autoscaler
An autoscaler that call user-specified webhooks when conditions for scale in/out are detected in a Kubernetes cluster.
This works in two pieces :
- The Kubernetes autoscaler part is interacting with the API of the cluster and sending webhooks
- The ‘client’ part is receiving the hooks and triggering the scaling
- Auto Scaling
- 4.8K