mirror of https://github.com/istio/istio.io.git
parent
d8619cb42f
commit
fccf3688df
|
@ -10,7 +10,7 @@ aliases:
|
|||
|
||||
> This post was updated on May 16, 2018 to use the latest version of the traffic management model.
|
||||
|
||||
One of the benefits of the [Istio](/) project is that it provides the control needed to deploy canary services. The idea behind
|
||||
One of the benefits of the [Istio](/) project is that it provides the control needed to deploy canary services. The idea behind
|
||||
canary deployment (or rollout) is to introduce a new version of a service by first testing it using a small percentage of user
|
||||
traffic, and then if all goes well, increase, possibly gradually in increments, the percentage while simultaneously phasing out
|
||||
the old version. If anything goes wrong along the way, we abort and rollback to the previous version. In its simplest form,
|
||||
|
|
Loading…
Reference in New Issue