--- title: Rollout --- This section will introduce how to use Rollout Trait to perform a rolling update on Component. The component supported for rollout is: * [webservice](../components/cue/webservice) * worker ## How to ### First Deployment Apply the Application YAML below which includes a webservice-type workload with Rollout Trait, and [control version](../version-control) of component name to be express-server-v1. ```shell cat <