A stupid question maybe 🙂 when we run this below command: . . .

Ravi Vijaykumar:
A stupid question maybe :slightly_smiling_face:

when we run this below command:

kubectl create nginx --image=nginx

where is the nginx image coming from? Docker Registry or somewhere else?

Also when K8S removes default docker support where will the image then be pulled from?

unnivkn:
https://kubernetes.io/docs/concepts/containers/images/

unnivkn:
https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/#:~:text=At%20v1.,like%20containerd%20or%20CRI-O.