<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>云原生 on Even - A super concise theme for Hugo</title>
    <link>http://localhost:1313/tags/%E4%BA%91%E5%8E%9F%E7%94%9F/</link>
    <description>Recent content in 云原生 on Even - A super concise theme for Hugo</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 05 Aug 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/tags/%E4%BA%91%E5%8E%9F%E7%94%9F/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>03-容器实践</title>
      <link>http://localhost:1313/posts/workspace/01-tech/cloudnative/03-%E5%AE%B9%E5%99%A8%E5%AE%9E%E8%B7%B5/</link>
      <pubDate>Sat, 05 Aug 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/cloudnative/03-%E5%AE%B9%E5%99%A8%E5%AE%9E%E8%B7%B5/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;系统：CentOS7.9，Docker实践&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h1 id=&#34;安装docker&#34;&gt;安装Docker&lt;/h1&gt;&#xA;&lt;p&gt;参考链接：https://yeasy.gitbook.io/docker_practice/install/centos&#xA;官方参考文档：https://docs.docker.com/engine/install/centos/&lt;/p&gt;</description>
    </item>
    <item>
      <title>00-云原生-学习路线</title>
      <link>http://localhost:1313/posts/workspace/01-tech/cloudnative/00-%E4%BA%91%E5%8E%9F%E7%94%9F-%E5%AD%A6%E4%B9%A0%E8%B7%AF%E7%BA%BF/</link>
      <pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/cloudnative/00-%E4%BA%91%E5%8E%9F%E7%94%9F-%E5%AD%A6%E4%B9%A0%E8%B7%AF%E7%BA%BF/</guid>
      <description>&lt;h1 id=&#34;时间线&#34;&gt;时间线&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2023.07.29 开始学习云原生&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;学习网站&#34;&gt;学习网站&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://skyao.io/learning-cloudnative/&#34;&gt;https://skyao.io/learning-cloudnative/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://jimmysong.io/kubernetes-handbook/&#34;&gt;https://jimmysong.io/kubernetes-handbook/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://yeasy.gitbook.io/docker_practice/&#34;&gt;https://yeasy.gitbook.io/docker_practice/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;主要知识点&#34;&gt;主要知识点&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;容器 Docker&lt;/li&gt;&#xA;&lt;li&gt;Kubernetes&lt;/li&gt;&#xA;&lt;li&gt;微服务&lt;/li&gt;&#xA;&lt;li&gt;持续集成和持续交付（CI/CD）&lt;/li&gt;&#xA;&lt;li&gt;服务网格&lt;/li&gt;&#xA;&lt;li&gt;实践&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>01-云原生基础概念</title>
      <link>http://localhost:1313/posts/workspace/01-tech/cloudnative/01-%E4%BA%91%E5%8E%9F%E7%94%9F%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5/</link>
      <pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/cloudnative/01-%E4%BA%91%E5%8E%9F%E7%94%9F%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5/</guid>
      <description>&lt;h1 id=&#34;历史发展&#34;&gt;历史发展&lt;/h1&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;云计算&amp;amp;虚拟机发展&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;云计算的重要里程碑之一是2001年VMWare带来的可用于X86的虚拟化计划。通过虚拟机，可以在同一台物理机器上运行多个虚拟机，这意味着可以降低服务器的数量，而且速度和弹性也远超物理机。&lt;/p&gt;</description>
    </item>
    <item>
      <title>02-容器和容器化</title>
      <link>http://localhost:1313/posts/workspace/01-tech/cloudnative/02-%E5%AE%B9%E5%99%A8%E5%92%8C%E5%AE%B9%E5%99%A8%E5%8C%96/</link>
      <pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/cloudnative/02-%E5%AE%B9%E5%99%A8%E5%92%8C%E5%AE%B9%E5%99%A8%E5%8C%96/</guid>
      <description>&lt;h1 id=&#34;基本概念&#34;&gt;基本概念&lt;/h1&gt;&#xA;&lt;p&gt;容器通常被类比为集装箱。将应用程序及其所有依赖项打包到一个独立的容器中。因此具有隔离型和可移植性。使开发人员专注应用程序本身，无需过多关注底层差异。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
