Service Mesh
What is microservices? You may already have knowledge of microservices architecture, but here’s a quick summary of the features of microservices. Divide into multiple small “microservices” according to business functions and build applications by linking them. ・Each service runs in an independent process・Each service has a well-defined open interface (REST (JSON / HTTPS), gRPC, etc.) …