Merge pull request #31528 from rolfedh/30919-topics-on-dockershim-and-cri-compatible-runtimes
Collate and list resources about the dockershim removalpull/31660/head
commit
64cb410bea
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Node Reference Information
|
||||
weight: 40
|
||||
---
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
title: External 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
|
||||
<!-- body -->
|
||||
|
||||
## Primary sources
|
||||
|
||||
* [Kubernetes Blog: "Dockershim Deprecation FAQ", 2020/12/02](/blog/2020/12/02/dockershim-faq/)
|
||||
|
||||
* [Kubernetes Documentation: "Migrating from dockershim"](/docs/tasks/administer-cluster/migrating-from-dockershim/)
|
||||
|
||||
* [Kubernetes Documentation: "Container runtimes"](/docs/setup/production-environment/container-runtimes/)
|
||||
|
||||
* [Kubernetes enhancement issue: "Removing dockershim from kubelet" (`kubernetes/enhancements#2221`)](https://github.com/kubernetes/enhancements/issues/2221)
|
||||
|
||||
* [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 Blog: "Dockershim removal is coming. Are you ready?", 2021/11/12](/blog/2021/11/12/are-you-ready-for-dockershim-removal/)
|
||||
|
||||
## Secondary sources
|
||||
|
||||
* [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/)
|
||||
|
||||
* [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/)
|
||||
|
||||
* [Amazon EKS documentation: "Dockershim deprecation"](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
|
||||
* ["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/)
|
||||
|
||||
* [Github.com: "Mirantis/cri-dockerd" repo](https://github.com/Mirantis/cri-dockerd)
|
Loading…
Reference in New Issue