nvivo
October 23, 2018, 6:03pm
1
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?
nrf
October 30, 2018, 12:39am
2
@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.
nvivo
October 30, 2018, 10:32am
3
That’s the kind of answer I was looking for. I’ll take a look at both solutions. Thanks!