kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

Quick question (DNS) #49

Closed itsJess1ca closed 7 years ago

itsJess1ca commented 7 years ago

Hi, This looks amazing and I'm hoping I can use it. I just had one question and that was, is it required to use Linode's DNS with this? My team uses Route53 for our DNS management currently and I can't switch that over to Linode.

kahkhang commented 7 years ago

Thanks for the kind words! Route53 works too, just point the A record (example.com) to your master IP, and create a wildcard CNAME domain (*.example.com) to your master IP as well :)

itsJess1ca commented 7 years ago

Perfect, thank you. This should make my life a bit easier going forward ;)