Autoscaling
Autoscaling automatically increases or decreases the number of Replicas based on incoming traffic. It is useful when:- Traffic varies significantly throughout the day.
- You want to reduce response latency while improving resource efficiency.
- Manually adjusting the number of Replicas is impractical.

Configuration
Scaling Sensitivity
Scaling Sensitivity determines how quickly AirCloud responds to changes in traffic.Scheduled Scaling
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.
Create a Schedule
From the container details page, navigate to Scheduled Scaling and click + Add Schedule. Each schedule can have its own independent scaling configuration.Example: Business Hours Traffic
Suppose your application experiences higher traffic between 9:00 AM and 7:00 PM (KST) every day.- Schedule 1 — Business Hours Scale Up: Autoscaling Enabled, Minimum Replicas 2, Maximum Replicas 5, Start Time 09:00 KST
- Schedule 2 — Scale Down at Night: Autoscaling Disabled, Fixed Replicas 1, Start Time 19:00 KST
Related Documentation
Deploy a Container
Learn how to deploy a container and configure its resources.
Monitoring
Learn how to monitor usage, logs, and deployment settings.

