Is there a way to view the Kubernetes image download progress during pod initialization?

Unfortunately, Kubernetes doesn’t currently expose the progress of docker pull. I think your best bet is to look at /var/log/docker.log on the machine that the pod got scheduled onto.

Leave a Comment