What is Micro Services Architecture?

Опубликовано: 01 Август 2026
на канале: Build with Kewal
51
7

Hello Mate,
Let's discuss problem statement.

What is Micro services Architecture?
Architecture in which we have multiple component with code logic.

Cons
Debugging is hard.
Increase Cost due to multiple component.
Deployment is not easy we have to take deployment on multiple component.


Pros
Easy to scale without downtime.
Testing become easy.
Can change technology because of component wise.
Developer can work independently.