Let's take a detailed look at some of the services that come under DaaS:
- Azure/GCP/AWS expert guidance and implementation: Major public cloud vendors don't behave as DaaS vendors, but they do provide you with a toolset for selection and guidance about how to use their services to setup a DevOps tool chain. We can find multiple blogs about how to use tools such as AWS CodeDeploy to deploy code on our infrastructure.
- Microservices design: DaaS providers give us options to deploy microservices using different technologies and tool chains. Sometimes, they can even recommend how to design a microservice. For more information, refer to Chapter 2, Microservice Architecture and Containers.
- Blue/green deployment: Blue/green ...