You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2018. It is now read-only.
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...
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?