I created a LoadBalancer Service in my DOKS following this guide: https://www.digitalocean.com/community/meetup_kits/getting-started-with-containers-and-kubernetes-a-digitalocean-workshop-kit. I confirm that I can access my deployment via its external IP.
I tried adding an A record in my Cloudflare DNS that maps a subdomain staging
to the LoadBalancer’s IP address.
For some unknown reason, my DNS does not want to resolve this A record. Is there something I need to add to my LoadBalancer spec that will accept requests from my subdomain request?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Usually, it could take up to 24 hours for the DNS cache to clear over the Globe before you could see the new DNS records.
What you could do is to use this DNS lookup tool here to verify if the new A record is in place:
https://www.digitalocean.com/community/tools/dns
Regards, Bobby