Routing requests to external services(Webhooks) using Istio

9/15/2019

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.

-- Mahmoud Mahajna
envoyproxy
istio
kubernetes
microservices

0 Answers