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.