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 Antwort
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen