November 2017
Intermediate to advanced
298 pages
7h 10m
English
With deployments of code, things get a bit trickier because changing APIs on either the input or output sides or the database schema can wreak havoc on a cluster with interspersed versions of code. To get around this problem, there is a modified blue-green deployment pattern called blue-turquoise-green deployment where the code is attempted to be kept compatible with all running versions until the new code is deployed, after which the service is again updated by removing the compat code.
The process here is pretty simple:
Read now
Unlock full access