Dockerized Micro Services Architecture enable us to
resolve the Problem which is present in the Microservices Application, check this link.
- All these service could exists on a Single Server. It’s like Services are deployed on different servers.
- All Services are independent with each other.
- Create Clone of Container is easy
- Zero DownTime
- Monitoring the containers are Very difficult, Scaling is difficult and Orchestration is difficult.
|