Hello, I'm new to Kubernetes and I'm following this guide but I have encountered the attached issue.
Asked
Active
Viewed 233 times
1
-
You should describe the running pods before running that rpk command – OneCricketeer Jan 08 '22 at 15:18
1 Answers
-1
Try editing the DNS nameserver in /etc/resolv.conf
file. Change your existing nameserver to Google nameserver 8.8.8.8
.
You can comment existing nameserver and it should be something like this:
#nameserver x.x.x.x
nameserver 8.8.8.8

Bazhikov
- 765
- 3
- 11
-
Google DNS doesn't solve Kubernetes internal cluster name resolution or service discovery – OneCricketeer Jan 08 '22 at 15:16