Wednesday, June 24, 2020

AWS Hands-On: Break a Monolith Application into Microservices (Module 3)

Module 3: Break the Monolith
The purpose of Module 3 is to demonstrate how to break a monolith service into individual services that will run on different containers. The image creation and deployment are the same with what was done in the previous modules. We will explore new ways how to do it faster since there will be three services this time which will make this module as the shortest among all.

Step 1. Provision the ECR repositories.
We need to prepare container image repositories for the users, posts, and threads services.


Step 2. Authenticate Docker with AWS (only if needed).
Step 3. Build and Push Images for each Service

'docker build'

tagging and pushing








0 comments:

Post a Comment