Chapter 10. Deployment Patterns
In this chapter, we will be looking at deployment patterns, why we use them, and how they impact the delivery of applications. We will also cover the concepts of canary deployment, blue/green deployment, A/B deployment, and continuous deployment. After reading this chapter, we should be familiar with the concept of deployment patterns. The topics we will cover in this chapter are as follows:
- The concept of deployment patterns
- The concept of canary deployment
- The concept of blue/green deployment
- The concept of A/B testing
- The concept of continuous deployment