1.1 KiB
1.1 KiB
layout | page_title | sidebar_current | description |
---|---|---|---|
docs | Update Strategies - Operating a Job | docs-operating-a-job-updating | This section describes common patterns for updating already-running jobs including rolling upgrades, blue/green deployments, and canary builds. Nomad provides built-in support for this functionality. |
Update Strategies
Most applications are long-lived and require updates over time. Whether you are deploying a new version of your web application or upgrading to a new version of redis, Nomad has built-in support for rolling updates. When a job specifies a rolling update, Nomad can take some configurable strategies to minimize or eliminate down time, stagger deployments, and more. This section and subsections will explore how to do so safely with Nomad.
Please see one of the guides below or use the navigation on the left: