Google Cloud Kubernetes accessing private Docker Hub hosted images
问题 Is it possible, to pull private images from Docker Hub to a Google Cloud Kubernetes cluster? Is this recommended, or do I need to push my private images also to Google Cloud? I read the documentation, but I found nothing that could explain me this clearly. It seems that it is possible, but I don´t know if it's recommended. 回答1: There is no restriction to use any registry you want. If you just use the image name, (e.g., image: nginx) in pod specification, the image will be pulled from public