In this chapter, we covered deployment patterns, including canary deployment, blue/green deployment, A/B testing, and continuous deployment. We also covered the reasons to use these deployment patterns and how to decide how they're best used.
In the Explaining the concept of deployment patterns section, we looked at the principal concepts of deployment patterns and looked at their uses in a business environment. Similarly, in the Explaining the concept of canary deployment, Explaining the concept of blue/green deployment, Explaining the concept of A/B testing, and Explaining the concept of continuous deployment sections, we explored what each of the patterns are and why we use them. Finally, in the Explaining the concept of continuous deployment section, we covered the differences between continuous...