June 2018
Intermediate to advanced
348 pages
8h 45m
English
The biggest difference between microservices architecture and traditional SOA is in the area of deployment. With the evolution of container technologies, we can deploy services independently and in isolation, very easily. The DevOps movement helped a lot in popularizing the independent deployment model of services and applications. We can now automate the process of provisioning a VM and associated containers with CPU, memory, storage, additional disks, virtual networks, firewalls, load balancing, auto scaling and so on, in deployment policies attached to a cloud service, such as AWS,Azure or Google Cloud. Policies help you deploy microservices in an automatic manner, using automation scripts.
While developing applications ...