1. EachPod

Episode 21: Microservices Architecture

Author
Tech Discourse
Published
Thu 03 Sep 2020
Episode Link
https://www.podomatic.com/podcasts/techdiscourses/episodes/2020-09-02T19_49_32-07_00

The philosophy of the microservices architecture is: “Do one thing and do it well." Services might run within the same process, but they should be independently deployable and easy to replace. They can be implemented using different programming languages, databases, and software environment. The services are small and fine-grained to perform a single function. They embrace automation of testing and deployment, continuous delivery software development process, failure and faults, similar to anti-fragile systems. Each service is elastic, resilient, composable, minimal, and complete.

Share to: