
Using a Private Image Registry with GKE
A simple solution to an annoying GCE Docker Issue
Issue
Kubernetes schedules a pod at node level (GCE) and kubelet on node uses Docker to download an image and run it.
Docker uses system DNS to resolve the address of a registry, because it works right on the GCE node, not in the Kubernetes. This is why…