Microservice Architecture and Design Patterns for Microservices

Microservices can have a positive impact on your enterprise. Therefore it is worth to know that, how to handle Microservice Architecture (MSA) and some Design Patterns for Microservices. General goals or principles for a microservice architecture. Here are the four goals to consider in Microservice Architecture approach [1].

  1. Reduce Cost: MSA will reduce the overall cost of designing, implementing, and maintaining IT services.

  2. Increase Release Speed: MSA will increase the speed from idea to deployment of services.

  3. Improve Resilience: MSA will improve the resilience of our service network.

  4. Enable Visibility: MSA support for better visibility on your service and network.

You need to understand what principles microservice architecture has been built

Scalability

Availability

Resiliency

Flexibility

Independent, autonomous

Decentralized governance

Failure isolation

Auto-Provisioning

Continuous delivery through DevOps

Add hearing to the above principles, brings several challenges and issues while bring your solution or system to live. Those problems are common for many solutions. Those can overcome with using correct and matching design patterns. There are design patterns for microservices and those can divide into five Patterns. Each many contains many patterns. Below diagram shows the those.

Design Patterns for MicroservicesDesign Patterns for Microservices

I have covered these Design Patterns for Microservices in depth in my playlist.

  • Microservices Patterns # Course Overview
  • Understanding Microservice Architecture #intro
  • Introduction to MicroServices Architecture Compare with Monolith #01
  • Node JS Microservices Patterns (Different Patterns) #02
  • Different Microservices Patterns Quick Overview #03
  • Microservices Most commonly used Patterns cleanup #04
  • Microservices API Gateway Pattern Part 1 #05
  • Microservices API Gateway Pattern Part 2 #06
  • Microservices Event Driven Architecture #07
  • Microservices Event Sourcing & Event Driven Pattern #08
  • Microservices CQRS Pattern #09
  • Microservices Serverless Patterns #10
  • Docker Compose For Microservices #11
  • Container Orchestration for Microservices #12
  • Containers in Cloud for Microservices #13
  • docker-compose for Microservices
  • Microservices Patterns using Node JS
  • Microservices Patterns using Event Driven

Link - https://www.youtube.com/watch?v=RO7gEuLOjB8&list=PLIGDNOJWiL1_-i0DjC69qr4gRUOkpTvRQ

Comments