Micro Service
Micro Service
Section 1
HI M I CROSERVICES!
- However, when dealing with business logic, it's common for code
to move around before finding the right set of microservices.
- If there's any doubt that the split makes sense, keeping the code
in the same app is the safe bet.
- It's easier to split apart some of the code into a new microservice
later than to merge two microservices back into the same code
base because the decision turned out to be wrong.
Wow! - Can't fully test things out with just one piece of
the puzzle, although having a clean and well-
defined interface does help.
microservices! - Many recent developments in cloud
orchestration tools, such as Kubernetes,
Terraform, and CloudFormation, make life much
easier when deploying an application that
consists of several components.
- They can be used to create test and staging
environments as well as production and
customer-facing deployments.
- The popularity of these tools has helped in the
success and adoption of microservices.
W OW !
M I CROSE RVICE S!