Updated on 2026-07-15 GMT+08:00

Workload Upgrades

If your service requires a version update or configuration change, you can upgrade a running workload. There are two ways to upgrade a workload.
  • Rolling upgrade: gradually replaces old pods with new pods. During the upgrade, service traffic is evenly distributed to the old and new pods to ensure service continuity.
  • Replace: deletes an old pod and then creates a new one. Services will be interrupted during the upgrade.

Upgrading a Workload

  1. Log in to the CCI 2.0 console.
  1. In the navigation pane, choose Workloads. On the Deployments tab, locate the target Deployment and click Edit YAML in the Operation column.
  2. Modify the fields in the YAML file to upgrade the workload. For example, to update an image, modify the field highlighted in the following figure.

  3. Click OK.