Deprecate Docker Support

Hi not sure if anyone can help answer this question for me, please! Thanks a lot in advance!

Just wondering after Kubernetes stop supporting docker when we need to create secrete to access the private registry, do we still create secrete docker-registry?

Hi @yqian7, it depends: if you’re still going to keep your images at Docker Hub, then yes. And the change of Docker as container runtime here doesn’t impact anything.
If you’re going to use another registry service (AWS, Azure, GCP, your own server), it will depend on your registry’s authentication mechanism.

Regards,
Vitor Jr.
KodeKloud Support