<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deployments on HUATUO Documentation</title>
    <link>https://docs.huatuo.tech/en/latest/deployment/</link>
    <description>Recent content in Deployments on HUATUO Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 11 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://docs.huatuo.tech/en/latest/deployment/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker</title>
      <link>https://docs.huatuo.tech/en/latest/deployment/docker/</link>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://docs.huatuo.tech/en/latest/deployment/docker/</guid>
      <description>&lt;h2 id=&#34;run-only-the-collector&#34;&gt;Run Only the Collector&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#run-only-the-collector&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h4 id=&#34;start-the-container&#34;&gt;Start the Container&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#start-the-container&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker run --privileged --cgroupns&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;host --network&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;host -v /sys:/sys -v /proc:/proc -v /run:/run huatuo/huatuo-bamai:latest&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;&#xA;&lt;p&gt;⚠️ This uses the &lt;strong&gt;default configuration file inside the container&lt;/strong&gt;. The internal default configuration does &lt;strong&gt;not&lt;/strong&gt; connect to Elasticsearch. For a complete setup, mount your own &lt;code&gt;huatuo-bamai.conf&lt;/code&gt; using &lt;code&gt;-v&lt;/code&gt;, and update the config according to your environment (kubelet access, Elasticsearch settings, local log storage path, etc.).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Daemonset</title>
      <link>https://docs.huatuo.tech/en/latest/deployment/daemonset/</link>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://docs.huatuo.tech/en/latest/deployment/daemonset/</guid>
      <description>&lt;p&gt;HUATUO provides the simplest DaemonSet deployment option to minimize setup complexity. Deploying the HUATUO collector via DaemonSet involves the following steps:&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-download-the-collector-configuration-file&#34;&gt;1. Download the Collector Configuration File&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#1-download-the-collector-configuration-file&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -L -o huatuo-bamai.conf https://github.com/ccfos/huatuo/raw/main/huatuo-bamai.conf&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Modify this configuration file according to your environment, such as kubelet connection settings and Elasticsearch settings.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-create-a-configmap&#34;&gt;2. Create a ConfigMap&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#2-create-a-configmap&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;kubectl create configmap huatuo-bamai-config --from-file&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;./huatuo-bamai.conf&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;3-deploy-the-collector&#34;&gt;3. Deploy the Collector&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#3-deploy-the-collector&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;kubectl apply -f huatuo-daemonset.minimal.yaml&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Contents of &lt;code&gt;huatuo-daemonset.minimal.yaml&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Systemd</title>
      <link>https://docs.huatuo.tech/en/latest/deployment/systemd/</link>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://docs.huatuo.tech/en/latest/deployment/systemd/</guid>
      <description>&lt;h2 id=&#34;install-by-rpm&#34;&gt;Install by RPM&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#install-by-rpm&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;OpenCloudOS currently provides the v2.1.0 RPM package; the master is for reference only.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Tencent OpenCloudOS provides an official HUATUO package:&lt;br&gt;&#xA;&lt;a href=&#34;https://mirrors.opencloudos.tech/epol/9/Everything/x86_64/os/Packages/huatuo-bamai-2.1.0-2.oc9.x86_64.rpm&#34;&gt;https://mirrors.opencloudos.tech/epol/9/Everything/x86_64/os/Packages/huatuo-bamai-2.1.0-2.oc9.x86_64.rpm&lt;/a&gt;&lt;br&gt;&#xA;This allows HUATUO to be quickly installed and enabled on OpenCloudOS.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;x86_64 architecture&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wget https://mirrors.opencloudos.tech/epol/9/Everything/x86_64/os/Packages/huatuo-bamai-2.1.0-2.oc9.x86_64.rpm&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;arm64 architecture&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wget https://mirrors.opencloudos.tech/epol/9/Everything/aarch64/os/Packages/huatuo-bamai-2.1.0-2.oc9.aarch64.rpm&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Install HUATUO on OC8&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo rpm -ivh huatuo-bamai*.rpm&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Other RPM-based operating systems can install HUATUO the same way.&lt;br&gt;&#xA;As usual, you must update the config file according to your environment (e.g., kubelet connection, Elasticsearch settings).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
