Microservices - Service Mesh
You have this routing rule:
route: path: /user service: user-service-v1 weight: 100But requests to
/user/profile are not reaching user-service-v1. What is the likely problem?