Kubernetes Horizontal Pod Autoscaler Manifest

From NovaOrdis Knowledge Base
Revision as of 21:36, 12 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Version

Version 2 beta 2

Version 2 beta 2

Version 1

Version 1
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
  name: httpd
spec:
  maxReplicas: 10
  minReplicas: 1
  scaleTargetRef:
    apiVersion: apps/v1
    kind: Deployment
    name: httpd
  targetCPUUtilizationPercentage: 50