Kcna Kubernetes And Cloud Native Associate · Free Practice Question Medium
Question 13
When it comes to cloud-native architecture, what is the primary role of a service mesh?
-
A
To execute long-running tasks in the background
-
B
To automate image building and deployment
-
C
To facilitate and control communication between microservices
-
D
To handle database transactions
Reveal correct answer
Correct answer: C
A.
While there are cloud-native solutions for background task execution, this is not the primary role of a service mesh.
B.
Service meshes do not handle the building and deployment of images; this is generally done through CI/CD pipelines.
C.
A service mesh is specifically designed to manage the interaction and communication between different microservices, providing capabilities like load balancing, traffic routing, and security policies.
D.
Service meshes don't primarily deal with database transactions; that's usually the role of databases and ORM layers.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
