Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [vagrant@openshiftdev paul_temp]$ dig @localhost hello-pod.default.svc.cluster.local
  2.  
  3. ; <<>> DiG 9.9.6-P1-RedHat-9.9.6-8.P1.fc21 <<>> @localhost hello-pod.default.svc.cluster.local
  4. ; (2 servers found)
  5. ;; global options: +cmd
  6. ;; Got answer:
  7. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63803
  8. ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  9.  
  10. ;; QUESTION SECTION:
  11. ;hello-pod.default.svc.cluster.local. IN A
  12.  
  13. ;; ANSWER SECTION:
  14. hello-pod.default.svc.cluster.local. 30 IN A 172.30.83.248
  15.  
  16. ;; Query time: 138 msec
  17. ;; SERVER: ::1#53(::1)
  18. ;; WHEN: Mon Jun 01 12:26:39 UTC 2015
  19. ;; MSG SIZE rcvd: 69
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement