<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Containerd</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/containerd/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下安装k8s容器运行时Containerd</title>
		<link>https://www.osyunwei.com/archives/14731.html</link>
		<comments>https://www.osyunwei.com/archives/14731.html#comments</comments>
		<pubDate>Thu, 17 Oct 2024 02:33:06 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Containerd]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[k8s]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14731</guid>
		<description><![CDATA[kubernetes从1.24开始，移除了Dockershim，需要在安装docker的基础上再安装cri-dockerd才能顺利运行Pod kubernetes的容器运行时工具有以下几个 1、containerd 2、CRI-O 3、Docker Engine（使用 cri-dockerd） 容器运行时命令对比 从 Kubernetes 1.24 开始，官方强烈推荐使用 containerd 作为 Kubernetes 的容器运行时 原因包括： 更轻量级、性能更高 与 Kubernetes 原生集成良好，减少了中间层（如 Dockershim） 不过，如果你仍然想使用 Docker Engine，也可以通过安装 cri-dockerd 来继续使用 Docker 作为容器运行时 这里我们安装containerd containerd简介： 1、Docker Engine里就包含了containerd，和原先包含在Docker Engine里containerd相比，独立的containerd将具有更多的功能，可以涵盖整个容器运行时管理的所有需求 2、containerd并不是直接面向最终用户的，而是主要用于集成到更上层的系统里，比如Swarm, Kubernetes, Mesos等容器编排系统 3、containerd以Daemon的形式运行在系统上，通过暴露底层的gRPC API，上层系统可以通过这些API管理机器上的容器 4、每个containerd只负责一台机器，Pull镜像，对容器的操作（启动、停止等），网络，存储都是由containerd完成 5、具体运行容器由runC负责，实际上只要是符合OCI规范的容器都可以支持 6、对于容器编排服务来说，运行时只需要使用containerd+runC，更加轻量，容易管理 官方网站：https://containerd.io 操作系统：AnolisOS-8.8-x86_64 一、使用yum源安装containerd #配置阿里云yum源 wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo #查看yum源中containerd软件 yum list &#124; grep [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14731.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14731.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
