Microservices distilled
My knowledge of microservices summarized :) Microservices approach to software development microservices architecture consists of a collection of small, autonomous services. each service self-contained and should implement a single business capability. separate codebase - can be managed by a small development team. can be deployed independently. responsible for persisting their own data communicate with each other by using well-defined APIs. don't need to share the sameā¦