open-nomad/website/source/guides/operating-a-job/update-strategies/index.html.md
Michael Schurter 5f1033263b docs: move operating-a-job to guides
Add redirects from /docs/ -> /guides/ and update old redirects to point
to the new location.
2018-04-18 16:21:16 -07:00

1.2 KiB

layout page_title sidebar_current description
guides Update Strategies - Operating a Job guides-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, blue/green, and canary updates. When a job specifies a rolling update, Nomad uses task state and health check information in order to detect allocation health and minimize or eliminate downtime. 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:

  1. Rolling Upgrades
  2. Blue/Green & Canary Deployments
  3. Handling Signals