diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 4ac5079d1..d710207f5 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -166,12 +166,12 @@ description: |-
- Nomad supports blue/green and canary deployments through the - declarative job file syntax. By specifying multiple task groups, - Nomad allows for easily changing the quantity and parameters of - each group to perform automatic or manual rolling deploys. Place the - job behind a shared load balancer to send a percentage of traffic to - the canary build to test changes on a portion of traffic. + Nomad supports native blue/green and canary deployments through the + declarative job file syntax. Instead of doing a rolling upgrade of the + existing allocations, the new version of the group is deployed along + side the existing set. While this duplicates the resources required + during the upgrade process, it allows very safe deployments as the + original version of the group is untouched.