January 2018
Intermediate to advanced
414 pages
10h 29m
English
The cloud has very interesting capabilities, as we discussed in Chapter 1, Understanding Microservices, in the Cloud-Native Microservices section. Applications that will be deployed in a cloud need to use cloud capabilities in order to work effectively.
For example, in a cloud we should be able to scale our application; we can start three instances of a service if we need to increase the capacity of the application. We can increase the number of instances from three to five, but when we do this, we need to do it in a timely manner so that new instances are ready to work right away, therefore the application needs to be built with the ability to start quickly.
In the same way, an application that is on a ...
Read now
Unlock full access