I am breaking one monolithic service into different small microservices where each microservice will be hosting different APIs and running on different machines.
I want the old endpoint(VIP) of my monolithic service to be same, so that my clients don't have to change anything at their end and based on the API request VIP is able to redirect the request to appropriate microservice service VIP. Is there anyway I am able to achieve this?