Bird
0
0

How can service mesh improve microservices networking beyond a simple API Gateway?

hard📝 Trade-off Q9 of 15
Microservices - Orchestration with Kubernetes
How can service mesh improve microservices networking beyond a simple API Gateway?
ABy eliminating the need for load balancers
BBy replacing the database layer with caching
CBy providing fine-grained traffic control, security, and observability between services
DBy storing all microservice logs centrally
Step-by-Step Solution
Solution:
  1. Step 1: Understand service mesh capabilities

    Service mesh manages service-to-service communication with traffic control, security, and observability.
  2. Step 2: Exclude unrelated functions

    It does not replace databases, store logs centrally, or remove load balancers.
  3. Final Answer:

    By providing fine-grained traffic control, security, and observability between services -> Option C
  4. Quick Check:

    Service mesh = advanced service communication management [OK]
Quick Trick: Service mesh adds control and security between services [OK]
Common Mistakes:
MISTAKES
  • Thinking service mesh replaces databases
  • Confusing logging with mesh features
  • Assuming mesh removes load balancers

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes