mirror of
https://github.com/kubesphere/website.git
synced 2025-12-30 00:52:47 +00:00
Update images
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
24254b7f96
commit
31d0a3ffbb
|
|
@ -1,18 +1,18 @@
|
|||
---
|
||||
title: 'Dockershim Deprecation: Is Docker Truly out of Game?'
|
||||
title: 'Dockershim Deprecation: Is Docker Truly out of Game?'
|
||||
keywords: Kubernetes, KubeSphere, Docker
|
||||
description: What does dockershim deprecation mean for KubeSphere users?
|
||||
tag: 'KubeSphere, Kubernetes, Docker'
|
||||
createTime: '2020-12-11'
|
||||
author: 'Pixiake, Feynman, Sherlock'
|
||||
snapshot: ''
|
||||
snapshot: 'https://ap3.qingstor.com/kubesphere-website/docs/container-runtime.png'
|
||||
---
|
||||
|
||||
Recently, the Kubernetes community announced it is [deprecating Docker](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation) as a container runtime after v1.20.
|
||||
|
||||
### Is Docker truly out of the game
|
||||
|
||||
Strictly speaking, what’s actually happening is that Dockershim is being removed from Kubelet. In other words, Docker will not be used as the default container runtime. However, you may still integrate Docker into your environment. For more information, you can take a look at the official announcement of Kubernetes:
|
||||
Strictly speaking, what’s actually happening is that dockershim is being removed from Kubelet. In other words, Docker will not be used as the default container runtime. However, you may still integrate Docker into your environment. For more information, you can take a look at the official announcement of Kubernetes:
|
||||
|
||||
**[Don\'t Panic: Kubernetes and Docker](https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/)**
|
||||
|
||||
|
|
@ -28,6 +28,8 @@ In future releases, other KubeSphere components, such as DevOps, will support th
|
|||
|
||||
### The next game changer: containerd, CRI-O, and iSula
|
||||
|
||||

|
||||
|
||||
#### containerd
|
||||
|
||||
[containerd](https://containerd.io/), a Cloud Native Computing Foundation graduated project, is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It manages the complete container lifecycle of its host system.
|
||||
|
|
@ -270,10 +272,6 @@ After you deploy the cluster, you can access the web console of KubeSphere. On t
|
|||
|
||||

|
||||
|
||||
#### iSula on openEuler 20.09
|
||||
|
||||
|
||||
|
||||
#### containerd
|
||||
|
||||

|
||||
|
|
@ -282,6 +280,10 @@ After you deploy the cluster, you can access the web console of KubeSphere. On t
|
|||
|
||||

|
||||
|
||||
#### iSula on openEuler 20.09
|
||||
|
||||

|
||||
|
||||
### Reference
|
||||
|
||||
[KubeSphere GitHub](https://github.com/kubesphere/kubesphere)
|
||||
|
|
|
|||
Loading…
Reference in New Issue