CRI dockerd in EKS

0

Hi all. Seeing that EKS no longer supports docker from version 1.24, is it advisable to use cri-dockerd? How does one go a bout configuring it in EKS? and are the any other alternatives for this? Thanks in advance.

1 Answer
0

When Amazon EKS ended support for dockershim (which enables the use of Docker Engine with Kubernetes), we moved our default AMIs to use containerd as the container runtime. https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html. For most use cases, this switch should have little effect on applications. So containerd is my suggestion as an alternative rather than using an alternative shim to support Docker Engine.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions