Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following screenshot illustrates the autoscaling parameters for webrunner microservice.

ParameterDescritionDescription
enabledParameter to enable HPA by setting its value to true.
minReplicasMinimum number of pods for a microservice.
maxReplicasThe maximum number of pods to which a microservice can scale up.
targetCPUUtilizationPercentageThe percentage value of CPU utilization beyond which the autoscaler spins up a new pod.
targetmemoryUtilizationPercentageThe percentage value of memory utilization beyond which the autoscaler spins up a new pod.

...