๐
havn scale
InfrastructureAdjust service replicas on demand
Overview
Scale a service up or down instantly or configure autoscaling rules based on CPU, memory, or custom metrics.
Usage
havn scale <service> --replicas <n> | --autoFeatures
- โManual replica control
- โCPU & memory-based autoscaling
- โCustom metric triggers
- โScale-to-zero support
- โGradual roll-out option
Example
~ 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