Hi, how the image pull happens while creatng pod like nginx etc. where is the d . . .

kanchana:
hi, how the image pull happens while creatng pod like nginx etc. where is the directory path and all given.plesae clarify @Mumshad Mannambeth @Tej_Singh_Rana

Tej_Singh_Rana:
Hello, @kanchana
It’s done by configured container run time. In our lab’s case, that’s docker.
You can see the pulled image in their associated nodes.

kubectl get pods -owide

Identify the node name and ssh to that node. Do docker images to see the pulled images in that specific node.
https://kubernetes.io/docs/setup/production-environment/container-runtimes/

kanchana:
thanks .