micro-services – Insperitas https://insperitas.com Inspiring Cloud Initiatives Fri, 23 Feb 2018 14:30:46 +0000 en-GB hourly 1 https://wordpress.org/?v=4.9.4 https://s3-eu-west-2.amazonaws.com/insperitasmedia.com/wp-content/uploads/2017/09/29153007/cropped-insperitas52-32x32.png micro-services – Insperitas https://insperitas.com 32 32 Principle 6: Create Scalable Microservices https://insperitas.com/principle-6-create-scalable-microservices/ Mon, 11 Sep 2017 08:09:06 +0000 http://184.73.8.45/?p=190 Continue reading "Principle 6: Create Scalable Microservices"

]]>
Don’t build monolithic applications

Instead of a monolithic approach,  build a number of smaller applications that can call each other as necessary via APIs. Automated scaling allows you to keep costs down whilst ensuring demand is met.

Cloud technologies depend on good elasticity to be competitive. It’s easier to see which parts of your application are the most resource hungry (or the most utilized) and improves troubleshooting.

Building with micro-services is good practice is generally thought to be good practice. It allows improvement of individual services which adds agility.

Go Serverless where possible as this puts the onus on the CSP to  provide the automated scalability.

With fully Automated scaling, horizontal scaling occurs in response to your Alerts.

NB. Applications divided into micro-services need to be stateless!

]]>