jthomperoo / custom-pod-autoscaler

Custom Pod Autoscaler program and base images, allows creation of Custom Pod Autoscalers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support scaling ReplicaSets, ReplicationControllers and StatefulSets

jthomperoo opened this issue · comments

Horizontal Pod Autoscaler supports this, so the Custom Pod Autoscaler should too.

From https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

The Horizontal Pod Autoscaler automatically scales the number of pods in a replication controller, deployment, replica set or stateful set...