kahkhang / kube-linode

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

No DNS entries for kube.domain.com or traefik.domain.com #7

Closed codekoala closed 7 years ago

codekoala commented 7 years ago

Per the readme, I expected to find DNS entries for both kube.domain.com and traefik.domain.com, but it would seem that is not actually the case.

image

kahkhang commented 7 years ago

Ah I actually created a wildcard CNAME record so all aliases *.example.com will point to the master node IP, so additional ingress routes can be placed. Is there an advantage in creating A records compared to just a wildcard CNAME record?

codekoala commented 7 years ago

Ah, fair point on the CNAME record. I guess I simply didn't give it enough time for the changes to replicate!

I don't think there would be any particular benefit to creating individual A records in this case.