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回答
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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ