Realization of distributed tracing by Envoy
Necessity of distributed tracing Since distributed architecture such as Microservices are handled across multiple services, it’s difficult to keep track of communication between services.
Necessity of distributed tracing Since distributed architecture such as Microservices are handled across multiple services, it’s difficult to keep track of communication between services.
Now, the architecture called Service Mesh is attracting attention in the Microservice industry. There are various products for realization, but I made a small control-plane called sxds.
The term gRPC became very famous, and articles such as “Introducing gRPC in house” and “How to build gRPC server” can now overflow.