Google News
logo
Cloud Computing - Interview Questions
What are microservices and their importance in the cloud?
Microservices help create apps that consist of codes that are independent of one another and the platform they were developed on.  Microservices are important in the cloud because of the following reasons :
 
* Each of them is built for a particular purpose. This makes app development simpler.
* They make changes easier and quicker. 
* Their scalability makes it easier to adapt the service as needed.
Advertisement