Scaling

Scaling up an existing Calyptia Core pipeline must be performed as follows:

calyptia update pipeline <PIPELINE-NAME-OR-ID> --replicas <NUM OF REPLICAS>

To check the number of replicas for a given pipeline, run:

calyptia get pipelines --aggregator 1b468760-b8cf-4fd9-bd97-6e2f3037e987
 NAME                 REPLICAS  STATUS   AGE      
 pipeline-name               3  STARTED  15 hours 

Last updated