Question
DNS A record for DOKS load balancer not resolving
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?
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.
×