In a microservices architecture, each service should ideally be:
- Loosely Coupled
- Stateful
- Stateless
- Tightly Coupled
In a microservices architecture, services should be loosely coupled to allow for flexibility, independent scaling, and easy replacement without affecting the entire system.
Loading...
Related Quiz
- Which of the following can be a consequence of account hijacking?
- What is the primary focus of cost management tools in cloud computing?
- How does Docker handle dependencies for an application?
- The equivalent of AWS's Elastic Compute Cloud (EC2) in Google Cloud is:
- Which virtualization method involves creating virtual versions of network resources, such as virtual switches or routers?