๐Ÿ“ˆ

havn scale

Infrastructure

Adjust service replicas on demand

Scale a service up or down instantly or configure autoscaling rules based on CPU, memory, or custom metrics.

havn scale <service> --replicas <n> | --auto
  • โœ“Manual replica control
  • โœ“CPU & memory-based autoscaling
  • โœ“Custom metric triggers
  • โœ“Scale-to-zero support
  • โœ“Gradual roll-out option
~ havn-shell
$ havn scale my-api --replicas 5
Scaling my-api: 2 โ†’ 5 replicas
โœ” All replicas healthy

$ havn scale my-api --auto --min 2 --max 10
โœ” Autoscaling enabled