Configure automatic horizontal scaling for your applications
Navigate to Environments
Select Environment
Select Installation
Configure Scaling
100
) 3.
Click Save to apply the changes100
replicas.
Navigate to Environments
Select Environment
Select Installation
Enable Autoscaling
70-80%
) 6. Configure the target Memory utilization percentage (recommended: 80-85%
) 7. Click
Save to apply the changesUnderstanding Autoscaling Parameters
minReplicas
: Ryvn will maintain at least this many replicas, even during low utilization - maxReplicas
: Ryvn
will not exceed this number of replicas, even during high utilization - targetCPU/Memory
: The resource utilization
threshold that triggers scaling actionsCalculate Current Utilization
Determine Scaling Need
new_replicas = ceil(current_replicas * (current_util / target_util))
, Ryvn calculates if
scaling is needed.Scale Up
Scale Down
Initial Setup
Resource Targets
High Availability
Monitoring