I have micro-services based infrastructure. And I need to redirect all the requests of each service to external service(Webhook
) without changing code and without affecting the original routes.
Is Istio
the best way to do that? Is it possible to redirect requests to specific webhook
by only configuring Istio
(without additional code in services). Is it possible to redirect request to multiple destinations?
Thanks.