<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GO on 我的博客</title><link>https://hugo.kkun.top/tags/go/</link><description>Recent content from 我的博客</description><generator>Hugo</generator><language>zh-cn</language><managingEditor>your@email.com (你的名字)</managingEditor><webMaster>your@email.com (你的名字)</webMaster><copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright><lastBuildDate>Mon, 10 Apr 2023 14:31:51 +0000</lastBuildDate><atom:link href="https://hugo.kkun.top/tags/go/index.xml" rel="self" type="application/rss+xml"/><item><title>使用 Go 和 Linux Kernel 技术探究容器化原理</title><link>https://hugo.kkun.top/post/%E4%BD%BF%E7%94%A8-go-%E5%92%8C-linux-kernel-%E6%8A%80%E6%9C%AF%E6%8E%A2%E7%A9%B6%E5%AE%B9%E5%99%A8%E5%8C%96%E5%8E%9F%E7%90%86/</link><pubDate>Mon, 10 Apr 2023 14:31:51 +0000</pubDate><author>your@email.com (你的名字)</author><guid>https://hugo.kkun.top/post/%E4%BD%BF%E7%94%A8-go-%E5%92%8C-linux-kernel-%E6%8A%80%E6%9C%AF%E6%8E%A2%E7%A9%B6%E5%AE%B9%E5%99%A8%E5%8C%96%E5%8E%9F%E7%90%86/</guid><description>
<![CDATA[<h1>使用 Go 和 Linux Kernel 技术探究容器化原理</h1><p>作者：你的名字（your@email.com）</p>
        
          <h2 id="容器的优势">
<a class="header-anchor" href="#%e5%ae%b9%e5%99%a8%e7%9a%84%e4%bc%98%e5%8a%bf"></a>
容器的优势
</h2><p><img src="https://gh-proxy.com/https://raw.githubusercontent.com/Ghostpanter/tuchuang/main/img/202304040931797.png" alt="图片"></p>
<p>传统模式的部署，直接将多个应用运行在物理服务器上，如果其中一个应用占用了大部分资源，可能会导致其他应用的性能下降。</p>
<p>虚拟化部署时代，可以在单个物理服务器的 CPU 上运行多个虚拟机（VM），每个 VM 是一台完整的计算机，在虚拟化硬件之上运行所有组件（包括了操作系统）。因此，可以让不同的应用在 VM 之间安全地隔离运行，更好地利用物理服务器上的资源。</p>
        
        <hr><p>本文2023-04-10首发于<a href='https://hugo.kkun.top/'>我的博客</a>，最后修改于2023-04-10</p>]]></description><category>Linux</category><category>containerd</category></item></channel></rss>