23.8k views
16 votes
Service Mesh is a framework that handles the cross-cutting concerns like logging, service registration, etc. true false

User Palash Roy
by
4.6k points

1 Answer

4 votes

Answer: False

Step-by-step explanation:

A service mesh is referred to as a communication layer that is used to foster communication in a micro service setup usually through the use of a sidecar proxy.

It should be noted that in this case, every requests would have to pass through the service mesh.

It should be noted that the statement that Service Mesh is a framework that handles the cross-cutting concerns like logging, service registration, etc is false.

User Simon Hewitt
by
5.1k points