Hi guys, today I need your help
I’ve deployed a RabbitMQ at Rancher and now I want to expose it through an Istio Ingress Gateway.
I’ve deployed an Istio DestinationRule, Istio Gateway and an Istio Virtual Service, all pointing to the RabbitMQ Service.
Also I’ve associated the worker IP address with an URL in AWS Route53.
But when I get to that URL from the browser doesn’t get me anywhere.
Also I did a curl -I MyURL and gives me a 404 Not Found (I port-forwarded the service and worked perfectly)
Any suggestion/idea?