Skip to main content

Scalers

Scalers are the components which perform autoscaling operation. They access the target APIs (like docker or AWS API) to achieve a desired state in those systems.

typestatusdescription
dockerAvailableAutoscales docker containers
docker_composeLooking for contributionAutoscales containers in a docker compose setup
noopAvailablenoop stands for "No-Operation". This is mainly for debugging what data is being received by a problematic scaler.
aws_ec2Looking for contributionAutoscales AWS EC2 machines
aws_ec2_fleetLooking for contributionAutoscales AWS EC2 machines via EC2 Fleet
aws_ec2_asgAvailableAutoscales AWS EC2 machines via Autoscaling groups

Propose a new scaler here.