Created
June 11, 2020 09:01
-
-
Save velotiotech/25443dff5e4acdd3e21776c9df5e4fa9 to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 1 - Consul DNS SRV Service Entries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dig @127.0.0.1 -p 8600 web.service.consul SRV | |
; <<>> DiG 9.11.3-1ubuntu1.5-Ubuntu <<>> @127.0.0.1 -p 8600 web.service.consul SRV | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 712 | |
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 3 | |
;; WARNING: recursion requested but not available | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 | |
;; QUESTION SECTION: | |
;web.service.consul. IN SRV | |
;; ANSWER SECTION: | |
web.service.consul. 0 IN SRV 1 1 80 devcube.node.dc1.consul. | |
;; ADDITIONAL SECTION: | |
devcube.node.dc1.consul. 0 IN A 127.0.0.1 | |
devcube.node.dc1.consul. 0 IN TXT "consul-network-segment=" | |
;; Query time: 0 msec | |
;; SERVER: 127.0.0.1#8600(127.0.0.1) | |
;; WHEN: Mon Mar 04 00:59:43 IST 2019 | |
;; MSG SIZE rcvd: 142 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment