Micro Services Architecture enable us to
resolve the Problem which is present in the Monolithic Application.
- Each Micro Service have different Code base.
- Deployment is Separate for each Micro Services.
- No Functional Calls and Only API Calls using JSON.
- Can deploy in distributed environment and all services will be interacting with HTTP/HTTPs Protocol
- Limitations: Upscaling and Downscaling is difficult here and Some time Service is Under Utilized the Server capacities.
|