I have got the service working on my cluster. I can see it register and deregister SRV records in the console for my Route53 servicediscovery.internal zone...
But I cannot get dig working to view the SRV records. Additionally I wrapped the simple go function (example access) in a main and did not get any data back.
If I insert a manual 'A' record using the aws cli I can see it using dig.
I assume there is something fundamental that I am missing? I am not using the cloudformation template but an existing cluster I had configured...
This is the command I am using:
dig <svc_name>.servicediscovery.internal SRV
How is everyone accessing the SRV record?