Pipeline deployment strategies
Deployment strategies govern how a pipeline's replicas behave during the upgrade process. Chronosphere Telemetry Pipeline offers these deployment strategies:
-
Rolling Update: Default. Individually restarts each replica of a pipeline. If a pipeline has only one replica, this strategy creates a new replica before restarting the existing replica.
-
Hot Reload: Upgrades all of a pipeline's replicas simultaneously, without restarting any of them.
Modify a pipeline's deployment strategy
Use one of these methods to modify a pipeline's deployment strategy.
- Sign in to Telemetry Pipeline (opens in a new tab).
- Go to Core Instances, and then click the name of the Core Instance where you deployed the pipeline whose deployment strategy you want to modify.
- In the Data Pipelines section, click the name of the pipeline whose deployment strategy you want to modify.
- Click Advanced Settings.
- In the Deployment Strategy section, select either Rolling Update or Hot Reload.
- To save your changes, click Update.