Minimize or eliminate downtime during application updates using rolling,
blue/green, or canary deployment patterns.
4 tutorials
1min
Discover Nomad job update strategies
Discover common patterns to update running jobs in Nomad including rolling updates, blue-green deployments, and canary deployments. Nomad provides built-in support for each strategy.
9min
Enable rolling updates
Enable rolling updates for a Nomad job, inspect the deployment, and set up Nomad to automatically revert failed deployments to a previous working version.
12min
Configure Nomad jobs for blue-green and canary deployments
Set up and configure Nomad jobs to deploy using the blue-green and canary deployment strategies.
1min
Configure exit signals for jobs
Configure the exit signal that Nomad sends to an application to allow it to gracefully terminate before Nomad kills the application.