What is a key characteristic of a distributed monolith in microservices architecture?
easy📝 Conceptual Q1 of 15
Microservices - Advanced Patterns
What is a key characteristic of a distributed monolith in microservices architecture?
AServices are tightly coupled and cannot function independently
BServices communicate only through asynchronous messaging
CEach service has its own independent database
DServices are loosely coupled and independently deployable
Step-by-Step Solution
Solution:
Step 1: Understand distributed monolith concept
A distributed monolith occurs when microservices are tightly coupled, making them dependent on each other to function properly.
Step 2: Analyze options for correct characteristic
Services are tightly coupled and cannot function independently correctly states that services are tightly coupled and cannot function independently, which is the main issue in a distributed monolith.
Final Answer:
Services are tightly coupled and cannot function independently -> Option A