I have an external IBM MQ application and I want to access it from within the mesh being able to apply resilience features on top of it.
The way I thought to do it is:
-define a host for the external app: “external-mq”. I am doing it with a Service Entry that knows to map “external-mq” to an IP address or another external DNS.
-use the “external-mq” host name in consumer apps inside the mesh. So these apps inside the mesh don’t care and don’t know that this service is actually external. In practice I won’t have the “external” word in the host.
-create a virtual service that applies network resilience features for the “external-mq” host.
Is this scenario achievable in Istio?
Hi @Iustin.
Did you manage to solve this? I’m facing a similar problem, where I’d like to move a core application from it’s current cluster to an isolated one (for…reasons…) and I thought I could make the client applications continue to use the original, internal name while redirecting the requests using external service.
I did the same tests as you and also didn’t achieve anything…