Kubespec Logo kubespec.dev

autoscaling/v1 · Namespaced Resource

HorizontalPodAutoscaler

        configuration of a horizontal pod autoscaler.
      

Click on Property Name to see the description, and Pink Types to expand schema.

Looking for some examples?

There are 1 examples of HorizontalPodAutoscaler that you can use as a starting point to create your own.

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
  name: my-app-hpa
  namespace: default # HorizontalPodAutoscaler is a namespaced resource
spec:
  scaleTargetRef:
    apiVersion: apps/v1
    kind: Deployment
    name: my-app-deployment
  minReplicas: 1
  maxReplicas: 10
  targetCPUUtilizationPercentage: 50

No links for HorizontalPodAutoscaler yet

You can help us by adding useful links on GitHub