Auto-scaling

Noun · Development

Definitions

  1. The automatic adjustment of compute resources — adding or removing server instances, containers, or function invocations — in response to real-time demand metrics such as CPU utilization, request rate, or queue depth.

    In plain English: Automatically adding more servers when traffic spikes and removing them when things quiet down, so you only pay for what you need.

    Example: "Our auto-scaling policy spins up extra pods when CPU crosses 70% and scales back down after 5 minutes of calm."

Related Terms