I've been trying to run the Hello Node tutorial for a couple of days now and I finally figured out what was preventing me from seeing the app, but I'm not sure why this is happening.
I looked at the Kubernetes events tab and kept seeing this error.
Failed to pull image "gcr.io/simpleapp-1073/hello-node": Error: image simpleapp-1073/hello-node:latest not found
simpleapp-1073
is my PROJECT_ID
When I pushed the docker image to the public docker hub and pointed my image attribute to that, everything finally started working.
Is there some trick to getting the private container registry working?