How to do service discovery from outside?

What is the correct way to point to a service from outside rancher?

I’m using AWS, and was looking for a way to use route53 as DNS, but based on the lack of responses, I feel this is not the right way.

So, how do people point to kubernetes services from outside with rancher?

@nvivo i didn’t understand but if you want to create a dns record in route53 to point to a service check the external-dns pod solution

https://github.com/kubernetes-incubator/external-dns

Now if you would like to use route53 as the DNS service inside the cluster you could replace the kube-dns pod for the coredns and use the route53 plugin.

Hope this helps.

That’s the kind of answer I was looking for. I’ll take a look at both solutions. Thanks!