...
The following screenshot illustrates the autoscaling parameters for webrunner microservice.
Parameter | DescritionDescription |
---|---|
enabled | Parameter to enable HPA by setting its value to true. |
minReplicas | Minimum number of pods for a microservice. |
maxReplicas | The maximum number of pods to which a microservice can scale up. |
targetCPUUtilizationPercentage | The percentage value of CPU utilization beyond which the autoscaler spins up a new pod. |
targetmemoryUtilizationPercentage | The percentage value of memory utilization beyond which the autoscaler spins up a new pod. |
...