AIScaleTarget
:
AIScaleTarget
AIScaleTarget
manifest.
AIScaleTarget
s should start in recommendation
mode while the models learn
usage and scaling patterns. To enable recommendation
mode simply set the
AIScaleTarget
’s spec.horizontal.mode
to recommendation
. For example, in
my-ast.yaml:
recommendation
mode, the mode may be
switched to autonomous
where scaling recommendations are automatically
applied. To enable autonomous
mode simply set the AIScaleTarget
’s
spec.horizontal.mode
to autonomous
. For example, in my-ast.yaml:
AIScaleTarget
:
type: External
— tells HPA to use an external metric.external.metric.name
— the name of the metric (must match what your metrics
adapter provides).external.target.averageValue
— the target value for scaling.AIScaleTarget
status: