Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

busybox 1.29.3 misbehaving when doing nslookup to public URLs #64

Open
shiveshabhishek opened this issue Feb 1, 2023 · 0 comments
Open

Comments

@shiveshabhishek
Copy link

shiveshabhishek commented Feb 1, 2023

I've seen this strange issue while working with busybox v1.29.3 in Rancher k8s cluster v1.23.13+rke2r1. It's unable to do nslookup

shivesh@shivesh-machine:~/rancher$ kubectl run -i --tty --rm debug --image=busybox:1.29.3  --restart=Never -- sh

If you don't see a command prompt, try pressing enter.

/ # nslookup github.com
Server:		10.43.0.10
Address:	10.43.0.10:53

Non-authoritative answer:

*** Can't find github.com: No answer

But when I'm trying to do the same from pod with the latest busybox image, it worked flawlessly.

shivesh@shivesh-machine:~/rancher$ kubectl run -i --tty --rm debug --image=busybox  --restart=Never -- sh
If you don't see a command prompt, try pressing enter.
/ # 
/ # nslookup google.com
Server:		10.43.0.10
Address:	10.43.0.10:53

Non-authoritative answer:
Name:	google.com
Address: 2404:6800:4007:818::200e

Non-authoritative answer:
Name:	google.com
Address: 142.250.77.174

/ # nslookup github.com
Server:		10.43.0.10
Address:	10.43.0.10:53

Non-authoritative answer:

Non-authoritative answer:
Name:	github.com
Address: 20.207.73.82

/ # 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant