+54
-38
@@ -1,83 +1,99 @@
|
||||
---
|
||||
title: 关于 dockershim 移除和使用兼容 CRI 运行时的外部文章
|
||||
title: 关于 dockershim 移除和使用兼容 CRI 运行时的文章
|
||||
content_type: reference
|
||||
weight: 20
|
||||
---
|
||||
|
||||
<!--
|
||||
title: External Articles on dockershim Removal and on Using CRI-compatible Runtimes
|
||||
title: Articles on dockershim Removal and on Using CRI-compatible Runtimes
|
||||
content_type: reference
|
||||
weight: 20
|
||||
-->
|
||||
|
||||
<!-- overview -->
|
||||
<!--
|
||||
This is a list of articles about:
|
||||
|
||||
- the Kubernetes' deprecation and removal of _dockershim_
|
||||
- using CRI-compatible container runtimes
|
||||
This is a list of articles and other pages that are either
|
||||
about the Kubernetes' deprecation and removal of _dockershim_,
|
||||
or about using CRI-compatible container runtimes, in connection
|
||||
with that removal.
|
||||
-->
|
||||
这是有关以下内容的文章列表:
|
||||
|
||||
- Kubernetes 弃用和删除 _dockershim_
|
||||
- 使用兼容 CRI 的容器运行时
|
||||
这是关于 Kubernetes 弃用和删除 “dockershim”
|
||||
或使用兼容 CRI 的容器运行时相关的文章和其他页面的列表,
|
||||
<!-- body -->
|
||||
|
||||
<!--
|
||||
## Primary sources
|
||||
## Kubernetes project
|
||||
|
||||
* [Kubernetes Blog: "Dockershim Deprecation FAQ", 2020/12/02](/blog/2020/12/02/dockershim-faq/)
|
||||
* Kubernetes blog: [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) (originally published 2022/02/17)
|
||||
|
||||
* [Kubernetes Documentation: "Migrating from dockershim"](/docs/tasks/administer-cluster/migrating-from-dockershim/)
|
||||
* Kubernetes blog: [Kubernetes is Moving on From Dockershim: Commitments and Next Steps](/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/) (published 2022/01/07)
|
||||
|
||||
* [Kubernetes Documentation: "Container runtimes"](/docs/setup/production-environment/container-runtimes/)
|
||||
* Kubernetes blog: [Dockershim removal is coming. Are you ready?](/blog/2021/11/12/are-you-ready-for-dockershim-removal/) (published 2021/11/12)
|
||||
|
||||
* [Kubernetes enhancement issue: "Removing dockershim from kubelet" (`kubernetes/enhancements#2221`)](https://github.com/kubernetes/enhancements/issues/2221)
|
||||
* Kubernetes documentation: [Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/)
|
||||
|
||||
* [Kubernetes enhancement proposal: "KEP-2221: Removing dockershim from kubelet"](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
|
||||
* Kubernetes documentation: [Container runtimes](/docs/setup/production-environment/container-runtimes/)
|
||||
|
||||
* [Kubernetes Blog: "Dockershim removal is coming. Are you ready?", 2021/11/12](/blog/2021/11/12/are-you-ready-for-dockershim-removal/)
|
||||
* Kubernetes enhancement proposal: [KEP-2221: Removing dockershim from kubelet](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
|
||||
|
||||
* Kubernetes enhancement proposal issue: [Removing dockershim from kubelet](https://github.com/kubernetes/enhancements/issues/2221) (_k/enhancements#2221_)
|
||||
-->
|
||||
|
||||
## 首要来源
|
||||
## Kubernetes 项目 {#kubernetes-project}
|
||||
|
||||
* [Kubernetes 博客: “Dockershim 弃用常见问题解答”, 2020/12/02](/blog/2020/12/02/dockershim-faq/)
|
||||
* Kubernetes 博客:[Dockershim 弃用常见问题解答](/zh/blog/2022/02/17/dockershim-faq/)(最初发表于 2022/02/17)
|
||||
|
||||
* [Kubernetes 文档:“从 dockershim 迁移”](/zh/docs/tasks/administer-cluster/migrating-from-dockershim/)
|
||||
* Kubernetes 博客:[Kubernetes 即将移除 Dockershim:承诺和下一步](/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/)(发表于 2022/01/07)
|
||||
|
||||
* [Kubernetes 文档:“容器运行时”](/zh/docs/setup/production-environment/container-runtimes/)
|
||||
* Kubernetes 博客:[移除 Dockershim 即将到来。你准备好了吗?](/zh/blog/2021/11/12/are-you-ready-for-dockershim-removal/)(发表于 2021/11/12)
|
||||
|
||||
* [Kubernetes 增强提问: “从 kubelet 中删除 dockershim” (`kubernetes/enhancements#2221`)](https://github.com/kubernetes/enhancements/issues/2221)
|
||||
* Kubernetes 文档:[从 dockershim 迁移](/zh/docs/tasks/administer-cluster/migrating-from-dockershim/)
|
||||
|
||||
* [Kubernetes 增强建议:“KEP-2221: 从 kubelet 中删除 dockershim”](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
|
||||
* Kubernetes 文档:[容器运行时](/zh/docs/setup/production-environment/container-runtimes/)
|
||||
|
||||
* [Kubernetes 博客: “移除 Dockershim 即将到来。你准备好了吗?”, 2021/11/12](/blog/2021/11/12/are-you-ready-for-dockershim-removal/)
|
||||
* Kubernetes 增强建议:[KEP-2221: 从 kubelet 中删除 dockershim](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
|
||||
|
||||
* Kubernetes 增强提问:[从 kubelet 中删除 dockershim](https://github.com/kubernetes/enhancements/issues/2221)(“k/enhancements#2221”)
|
||||
|
||||
<!--
|
||||
You can provide feedback via the GitHub issue [**Dockershim removal feedback & issues**](https://github.com/kubernetes/kubernetes/issues/106917).
|
||||
-->
|
||||
你可以通过 GitHub 问题
|
||||
[**Dockershim 删除反馈和问题**](https://github.com/kubernetes/kubernetes/issues/106917) 提供反馈。
|
||||
|
||||
<!--
|
||||
## Secondary sources
|
||||
## External sources {#third-party}
|
||||
|
||||
* [Docker.com blog: "What developers need to know about Docker, Docker Engine, and Kubernetes v1.20", 2020/12/04](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)
|
||||
* Amazon Web Services EKS documentation: [Dockershim deprecation](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
|
||||
* [Tripwire.com: "How Dockershim’s Forthcoming Deprecation Affects Your Kubernetes"](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
|
||||
* CNCF conference video: [Lessons Learned Migrating Kubernetes from Docker to containerd Runtime](https://www.youtube.com/watch?v=uDOu6rK4yOk) (Ana Caylin, at KubeCon Europe 2019)
|
||||
|
||||
* [Amazon EKS documentation: "Dockershim deprecation"](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
* Docker.com blog: [What developers need to know about Docker, Docker Engine, and Kubernetes v1.20](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/) (published 2020/12/04)
|
||||
|
||||
* ["Google Open Source" channel on YouTube: "Learn Kubernetes with Google - Migrating from Dockershim to Containerd"](https://youtu.be/fl7_4hjT52g)
|
||||
* "_Google Open Source_" channel on YouTube: [Learn Kubernetes with Google - Migrating from Dockershim to Containerd](https://youtu.be/fl7_4hjT52g)
|
||||
|
||||
* [Mirantis Blog: "The Future of Dockershim is cri-dockerd", 2021/04/21](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/)
|
||||
* Microsoft Apps on Azure blog: [Dockershim deprecation and AKS](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/dockershim-deprecation-and-aks/ba-p/3055902) (published 2022/01/21)
|
||||
|
||||
* [Github.com: "Mirantis/cri-dockerd" repo](https://github.com/Mirantis/cri-dockerd)
|
||||
* Mirantis blog: [The Future of Dockershim is cri-dockerd](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/) (published 2021/04/21)
|
||||
|
||||
* Mirantis: [Mirantis/cri-dockerd](https://github.com/Mirantis/cri-dockerd) Git repository (on GitHub)
|
||||
|
||||
* Tripwire: [How Dockershim’s Forthcoming Deprecation Affects Your Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
|
||||
-->
|
||||
## 次要来源
|
||||
## 外部来源 {#third-party}
|
||||
|
||||
* [Docker.com 博客:“开发人员需要了解的关于 Docker、Docker Engine 和 Kubernetes v1.20 的哪些知识”,2020/12/04](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)
|
||||
* Amazon 网络服务 EKS 文档:[Dockershim 弃用](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
|
||||
* [Tripwire.com:“Dockershim 即将弃用如何影响你的 Kubernetes”](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
|
||||
* CNCF会议视频:[将 Kubernetes 从 Docker 迁移到 containerd 运行时的经验教训](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)(Ana Caylin,在 KubeCon Europe 2019)
|
||||
|
||||
* [Amazon EKS 文档:“Dockershim 弃用”](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
* Docker.com 博客:[开发人员需要了解的关于 Docker、Docker Engine 和 Kubernetes v1.20 的哪些知识](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)(发表于 2020/12/04)
|
||||
|
||||
* [YouTube 上的 “Google 开源”频道:“与 Google 一起学习 Kubernetes - 从 Dockershim 迁移到 Containerd”](https://youtu.be/fl7_4hjT52g)
|
||||
* YouTube 上的“Google 开源”频道:[与 Google 一起学习 Kubernetes - 从 Dockershim 迁移到 Containerd](https://youtu.be/fl7_4hjT52g)
|
||||
|
||||
* [Mirantis 博客:“Dockershim 的未来是 cri-dockerd”,2021/04/21](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/)
|
||||
* Azure 博客上的 Microsoft 应用:[Dockershim 弃用和 AKS](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/dockershim-deprecation-and-aks/ba-p/3055902)(发表于 2022/01/21)
|
||||
|
||||
* [Github.com:“Mirantis/cri-dockerd” 仓库](https://github.com/Mirantis/cri-dockerd)
|
||||
* Mirantis 博客:[Dockershim 的未来是 cri-dockerd](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/)(发表于 2021/04/21)
|
||||
|
||||
* Mirantis: [Mirantis/cri-dockerd](https://github.com/Mirantis/cri-dockerd) Git 仓库(在 GitHub 上)
|
||||
|
||||
* Tripwire:[Dockershim 即将弃用如何影响你的 Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
|
||||
|
||||
Reference in New Issue
Block a user