This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Issues accessing SRV programatically #22
Comments
jogster
changed the title
Issues accessing SRV progrmatically
Issues accessing SRV programatically
Aug 15, 2017
on one of the ECS cluster nodes, this works for me where are you executing |
Perhaps you're doing a query for an A record instead of a PTR record, can you try the command from ruslantalpa? |
That was the command I was trying originally it didn’t work. I will setup the test system again and retry.
… On 11 Oct 2017, at 13:42, Javier Ros ***@***.***> wrote:
Perhaps you're doing a query for an A record instead of a PTR record, can you try the command from ruslantalpa?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#22 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAFoUp8sKiwBhFHLWxjGbxmHM0cRu9mhks5srLeYgaJpZM4OoI5->.
|
Did you perhaps have two clusters active each with their own hosted zone named |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: