<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Installation - Tag - Ubuk</title>
        <link>http://localhost:1313/tags/installation/</link>
        <description>Installation - Tag - Ubuk</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>mymail_yjj@qq.com (o( ￣⌣￣ )o)</managingEditor>
            <webMaster>mymail_yjj@qq.com (o( ￣⌣￣ )o)</webMaster><lastBuildDate>Thu, 24 Nov 2022 16:47:15 &#43;0800</lastBuildDate><atom:link href="http://localhost:1313/tags/installation/" rel="self" type="application/rss+xml" /><item>
    <title>OpenStack 安装</title>
    <link>http://localhost:1313/posts/about_cloud/openstack%E5%AE%89%E8%A3%85/</link>
    <pubDate>Thu, 24 Nov 2022 16:47:15 &#43;0800</pubDate>
    <author>o( ￣⌣￣ )o</author>
    <guid>http://localhost:1313/posts/about_cloud/openstack%E5%AE%89%E8%A3%85/</guid>
    <description><![CDATA[<h2 id="前置知识">前置知识</h2>
<h3 id="openstack-架构简介">OpenStack 架构简介</h3>
<p>OpenStack 是一个开源的云计算管理平台，由多个核心服务组件构成，每个组件负责特定功能：</p>
<table>
  <thead>
      <tr>
          <th>组件</th>
          <th>功能说明</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Keystone</td>
          <td>身份认证与授权服务，所有组件的访问入口</td>
      </tr>
      <tr>
          <td>Glance</td>
          <td>镜像服务，管理虚拟机镜像</td>
      </tr>
      <tr>
          <td>Placement</td>
          <td>资源分配追踪，管理资源池</td>
      </tr>
      <tr>
          <td>Nova</td>
          <td>计算服务，调度和管理虚拟机实例</td>
      </tr>
      <tr>
          <td>Neutron</td>
          <td>网络服务，提供虚拟网络功能</td>
      </tr>
      <tr>
          <td>Horizon</td>
          <td>Web 管理界面，提供图形化操作</td>
      </tr>
  </tbody>
</table>
<p>各组件之间通过消息队列（RabbitMQ）、数据库（MariaDB）和缓存（Memcached）进行通信协作。</p>]]></description>
</item>
</channel>
</rss>
