Yes, I can. That's why I think I need the names to have a FQDN.
pod/init-demo created
»» kubectl get pod init-demo
NAME READY STATUS RESTARTS AGE
init-demo 0/1 PodInitializing 0 9s
»» kubectl get pod init-demo
NAME READY STATUS RESTARTS AGE
init-demo 0/1 PodInitializing 0 12s
»» kubectl get pod init-demo
NAME READY STATUS RESTARTS AGE
init-demo 1/1 Running 0 20s
»» kubectl exec -it init-demo -- /bin/bash
Error from server: error dialing backend: dial tcp: lookup k8s-cluster-coreos-uddxvspsxcon-minion-0 on
8.8.8.8:53: no such host