Understanding Microservices
- Posted by Iris Admin
- On December 3, 2018
- 0 Comments
- Cloud Computing, Microservices
In microservice architectures, applications are built and deployed as simple, highly decoupled, focussed services. They connect to each other over lightweight language agnostic communication mechanisms, which often times means simple HTTP APIs and message queues. Services are built around business capabilities and independently changeable and deployable with only a bare minimum of centralized management. They […]
Read More