Skip to main content
Air Container supports both Autoscaling and Scheduled Scaling, allowing you to automatically adjust the number of Replicas based on traffic patterns or predefined schedules.

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.
Autoscaling can be enabled during container deployment or later from the Settings page. Autoscaling Setting Eng05

Configuration

Scaling Sensitivity

Scaling Sensitivity determines how quickly AirCloud responds to changes in traffic.

Scheduled Scaling

Best Practices

  • 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. Scheduling Eng592

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.
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.

Example: Business Hours Traffic

Suppose your application experiences higher traffic between 9:00 AM and 7:00 PM (KST) every day.
  • Schedule 1Business Hours Scale Up: Autoscaling Enabled, Minimum Replicas 2, Maximum Replicas 5, Start Time 09:00 KST
  • Schedule 2Scale Down at Night: Autoscaling Disabled, Fixed Replicas 1, Start Time 19:00 KST

Deploy a Container

Learn how to deploy a container and configure its resources.

Monitoring

Learn how to monitor usage, logs, and deployment settings.