Automatically scale replicas based on traffic or schedules
Air Container supports both Autoscaling and Scheduled Scaling, allowing you to automatically adjust the number of Replicas based on traffic patterns or predefined schedules.
Set Minimum Replicas to 1 if your service must always remain available. Setting it to 0 allows containers to scale down completely when there is no traffic.
Start with Medium scaling sensitivity and adjust it based on actual usage patterns.
Create multiple schedules to apply different scaling policies throughout the day.
Switching between fixed Replicas and Autoscaling restarts the container. Schedule these changes during periods of low traffic whenever possible.
Scheduled Scaling automatically adjusts the number of Replicas according to a predefined schedule. It is particularly effective for workloads with predictable traffic patterns and can be used together with Autoscaling.
From the container details page, navigate to Scheduled Scaling and click + Add Schedule.Each schedule can have its own independent scaling configuration.
Setting
Description
Name
A descriptive name for the schedule (for example, Business Hours Scale Up).
Enable Autoscaling
Choose whether to use Autoscaling (minimum and maximum Replicas) or a fixed number of Replicas during this schedule.
Minimum Replicas
Minimum number of Replicas to maintain while Autoscaling is enabled.
Maximum Replicas
Maximum number of Replicas that Autoscaling can provision.
Initial Replicas
Number of Replicas to start when the schedule becomes active.
Scaling Sensitivity
Autoscaling responsiveness (Low, Medium, or High).
Schedule
Currently supports daily recurring schedules.
Start Time
Date and time when the schedule starts. (Optional, KST)
End Time
Time when the schedule ends. (Optional)
Enabled
Enables or disables the schedule.
Switching between fixed Replicas and Autoscaling restarts the container. Zero-downtime deployment is not guaranteed, and additional time may be required for initialization and deployment.