Examples of using Microservice in English and their translations into Vietnamese
{-}
- 
                        Colloquial
                    
- 
                        Ecclesiastic
                    
- 
                        Computer
                    
Microservice instances are registered with the service registry on startup and deregistered on shutdown.
A microservice may also only need a simple key-store database like Redis.
Kong is a Microservice API Gateway for managing, securing, and connecting hybrid
Each microservice instance is deployed as a container and there are two containers per each host.
As microservice application comprises of number of microservices, the failures of one part of the microservices-based application should
Microservice can be developed independently by small team of developers(normally 2 to 5 developers).
In this architecture, a microservice publishes an event when something notable happens, such as when it updates a business entity.
If a microservice wants to consume another microservice that also needs to be done through the API-GW.
If the microservice at the bottom of a call chain fails,
A Microservice is not a layer within a monolithic application(example,
A Microservice should perform a single business function, which implies that all of its components are highly cohesive.
Often the direct communication style is considered as an microservice anti-pattern for large scale microservice  implementations.
Then all the other(upstream) operations has to be undone by invoking the respective compensating operation of those microservice.
As a result of duplicating common functionalities, each microservice implementation can become complex.
It can be relatively cheap and easy to turn that module into a microservice.
Due to duplication of common functionalities, each microservice implementation can become complex.
It would be easier to find if your microservice  only has one route but if a microservice communicates with multiple other microservices,
The structure of container-based microservice architectures allows IoT developers to deploy software quickly, at scale, and without fear of disrupting software dependencies elsewhere in the system.
Microservices, aka microservice architecture, is an architectural style that structures an application as a collection of small autonomous services,
The microservice architectural style involves developing single applications that can work together as a suite of small services, each running in its individual process and communicating with lightweight