Docker plugin & dockershim deprecation // Kubernetes 1.20+

Hi there,

I am looking into whether the deprecation of Docker engine + dockershim in kubernetes will be affected our workflow at all. After doing some research, I’ve soft-determined it will not affect much for us.

I was curious if anyone had ideas on if this deprecation and migration to containerd will affect the docker plugin for kubernetes?

I apologized if this is answered elsewhere. Thanks in advance!
Joe

I am not aware of any issues. Just make sure you are not mounting the host machine docker socket in your pipeline (as shown here) since this will no longer work.

gotcha, thank you! I think we will be trying out kaniko since we mount the docker socket in some of our drone files.