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

Kube DNS example doesn't work as described using OpenShift Playground #67

Open
jdandrea opened this issue Jan 26, 2021 · 1 comment
Open

Comments

@jdandrea
Copy link

jdandrea commented Jan 26, 2021

"[OpenShift Playground] is the option we used for most of the examples on the site." But I'm unsure if the Playground comes with Kube DNS. (There may not be anything we can do, but I figure it doesn't hurt to capture here.)

@jdandrea
Copy link
Author

jdandrea commented Jan 26, 2021

Correction: Kube DNS appears to be there, but the host is unreachable.

$ kubectl get svc
NAME         TYPE           CLUSTER-IP       EXTERNAL-IP                            PORT(S)   AGE
kubernetes   ClusterIP      172.25.0.1       <none>                                 443/TCP   181d
openshift    ExternalName   <none>           kubernetes.default.svc.cluster.local   <none>    181d
thesvc       ClusterIP      172.25.192.209   <none>                                 80/TCP    9m48s
$ kubectl exec -it jumpod -c shell -- ping thesvc.default.svc.cluster.local
PING thesvc.default.svc.cluster.local (172.25.192.209) 56(84) bytes of data.
From gateway (10.116.0.1) icmp_seq=3 Destination Host Unreachable
From gateway (10.116.0.1) icmp_seq=1 Destination Host Unreachable
From gateway (10.116.0.1) icmp_seq=2 Destination Host Unreachable

@jdandrea jdandrea changed the title Kube DNS can't be tried out using OpenShift Playground Kube DNS example doesn't work as described using OpenShift Playground Jan 26, 2021
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