Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 404 Bytes

SCALING.md

File metadata and controls

9 lines (6 loc) · 404 Bytes

Scaling

You can scale in the following ways:

  • Using the built-in scaling, as shown in 103-replicas-pipeline.yaml
  • Using kubect scale step/{pipelineName}-{stepName} --replicas 1
  • Using a Horizontal Pod Autoscaler.

Not all sources or steps types will scale linearly. Some cannot be scaled. See examples.