kyma-project / kyma-project/dev-toolbox

[networking tools] Add the dnstools image which contains dig utility

Open
#53 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
0
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Description

dnstools with dig
kubectl run --kubeconfig kubeconfig-headless.yaml -it --rm --restart=Never dns-test --image=infoblox/dnstools:latest

Reasons

dig is a very useful tool to help troubleshoot custom domains against a variety of DNS servers

Attachments

kubectl run --kubeconfig kubeconfig-headless.yaml -it --rm --restart=Never dns-test --image=infoblox/dnstools:latest

dnstools# dig @223.6.6.6 _:<mydomain.com>


; <<>> DiG 9.11.3 <<>> @223.6.6.6 _:<mydomain.com>
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
dnstools# 
dnstools# dig @1.1.1.1 _:<mydomain.com>

; <<>> DiG 9.11.3 <<>> @1.1.1.1 _:<mydomain.com>
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
dnstools# dig @8.8.8.8 _:<mydomain.com>

; <<>> DiG 9.11.3 <<>> @8.8.8.8 _:<mydomain.com>
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
dnstools# dig

; <<>> DiG 9.11.3 <<>>
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39964
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 27


Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the repository for existing container image definitions and the build or publishing entry points; no specific file is named in the issue. Use the provided kubectl run command to check that the new dnstools image starts successfully and that dig is available for DNS troubleshooting.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, kubernetes
Domain
devops, networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.