<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Kubernetes on 熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
    <link>https://cubxxw.com/zh/tags/kubernetes/</link>
    <description>AI Builder、开源贡献者、数字游民的技术博客：Kubernetes、Go、AI 开源项目与成长思考。</description>
    <image>
      <title>熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
      <url>https://cubxxw.com/assets/og-image.png</url>
      <link>https://cubxxw.com/</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Fri, 09 May 2025 20:45:39 +0800</lastBuildDate>
    <atom:link href="https://cubxxw.com/zh/tags/kubernetes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Argo CD: Declarative GitOps for Kubernetes Continuous Delivery</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/argo-cd/</link>
      <pubDate>Fri, 09 May 2025 20:45:39 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 02:05:38 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/argo-cd/</guid>
      <description>An introduction to Argo CD, a declarative, GitOps-based continuous delivery (CD) tool for Kubernetes. Learn how it automates application deployment by synchronizing the desired state defined in Git with the live state in a Kubernetes cluster.
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">ArgoCD</category>
      <category domain="tag">GitOps</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Continuous Delivery</category>
      <category domain="tag">DevOps</category>
      <category domain="tag">CNCF</category>
    </item>
    <item>
      <title>Kubernetes 资源与学习路径总结</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/kubernetes-learning/</link>
      <pubDate>Tue, 06 Aug 2024 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/kubernetes-learning/</guid>
      <description>本文提供了详细的 Kubernetes 资源和学习路径，涵盖了 CNI、CRI、CSI 以及云原生环境中的核心技术。我们还分享了一些重要的学习资源和学习方法，帮助读者进一步深造 Kubernetes 生态系统。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">服务网格 (Service Mesh)</category>
    </item>
    <item>
      <title>GitOps 实践理论：Kubernetes 部署策略深入解析</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/gitops-practice-theory-part/</link>
      <pubDate>Sat, 25 Nov 2023 18:00:31 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/gitops-practice-theory-part/</guid>
      <description>探索 GitOps 在 Kubernetes 中的实践，详细解析使用 Argo Rollouts 实现金丝雀和蓝绿部署策略。本文将为开发者提供深入的理论和实践指导，帮助优化持续部署流程。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">GitOps</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Argo Rollouts</category>
      <category domain="tag">Canary Deployment</category>
      <category domain="tag">Blue-Green Deployment</category>
    </item>
    <item>
      <title>Kubernetes Kustomize 学习指南</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/kubernetes-for-kustomize-learning/</link>
      <pubDate>Tue, 31 Oct 2023 21:30:19 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/kubernetes-for-kustomize-learning/</guid>
      <description>探索 Kustomize 的强大功能，这是专为 Kubernetes 设计的开源配置管理工具。学习如何使用 Kustomize 以声明式的方式自定义 Kubernetes 对象并管理配置。了解与 kubectl 和 Helm 的集成，发现 Kubernetes 配置管理的最佳实践。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Kustomize</category>
      <category domain="tag">Configuration Management</category>
    </item>
    <item>
      <title>Kubernetes 的 CNI，CRI，CSI 详解</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-cni-csi-cri/</link>
      <pubDate>Thu, 28 Sep 2023 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-cni-csi-cri/</guid>
      <description>深入探讨Kubernetes中的CNI（容器网络接口）、CRI（容器运行时接口）和CSI（容器存储接口）。本文将详细解释这些关键组件的作用，以及它们在云原生环境中的重要性和应用场景。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">服务网格 (Service Mesh)</category>
    </item>
    <item>
      <title>Kubernetes 控制平面 - Kubectl 详细讲解</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kubectl/</link>
      <pubDate>Thu, 28 Sep 2023 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kubectl/</guid>
      <description>kubelet 架构kubelet 管理 Pod 的核心流程kubelet 节点管理Pod 管理Pod</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Development</category>
      <category domain="tag">Go</category>
      <category domain="tag">Kubernetes</category>
    </item>
    <item>
      <title>Kubernetes 控制平面 - 调度器</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-scheduler/</link>
      <pubDate>Thu, 28 Sep 2023 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-scheduler/</guid>
      <description>探讨 Kubernetes 的调度器组件如何工作，它是如何决定将容器放置在哪个节点上的，以及这对集群管理和容器编排有何重要意义。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Go</category>
      <category domain="tag">Kubernetes</category>
    </item>
    <item>
      <title>深入了解 Kubernetes kube-apiserver 组件架构</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kube-apiserver/</link>
      <pubDate>Thu, 28 Sep 2023 20:12:51 +0800</pubDate>
      <atom:updated>Tue, 23 Jun 2026 15:16:04 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kube-apiserver/</guid>
      <description>Kubernetes API的每个请求都会经过多阶段的访问控制之后才会被接受，这包括认证、授权以及准入控制（Admission Control）等。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">etcd</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">kube-apiserver</category>
    </item>
    <item>
      <title>深入了解Kubernetes等组件之ETCD</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-etcd/</link>
      <pubDate>Tue, 26 Sep 2023 12:03:38 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-etcd/</guid>
      <description>这一篇来深入并且贯穿的讲解 ETCD 和 Raft。并且站在 Kubernetes 的角度来深入剖析 ETCD。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">etcd</category>
      <category domain="tag">raft</category>
      <category domain="tag">Go</category>
    </item>
    <item>
      <title>通过配置文件简化 Kubernetes 部署的参数端口配置</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-parameter-passing-policy/</link>
      <pubDate>Mon, 18 Sep 2023 22:49:14 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-parameter-passing-policy/</guid>
      <description>本文介绍了如何通过配置文件简化 Kubernetes 部署的端口配置，提升了配置的灵活性和部署的便捷性。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">Deployment</category>
    </item>
    <item>
      <title>OpenIM 的集群化设计 | Kubernetes 部署 | 方案讨论 | 会议总结</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-scheme-of/</link>
      <pubDate>Sun, 17 Sep 2023 09:51:54 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-scheme-of/</guid>
      <description>本文详细总结了在 Kubernetes 环境下部署 OpenIM 集群化解决方案的过程，探讨了关键设计考虑、部署策略及其挑战，旨在为同类项目提供实践指南和设计启示。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Clustering</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">Deployment</category>
    </item>
    <item>
      <title>自动化的高级追求： Prow 是什么？Kubernetes 为什么需要它</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/prow-ecological-learning/</link>
      <pubDate>Sat, 16 Sep 2023 16:46:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/prow-ecological-learning/</guid>
      <description>Prow 是一个基于 Kubernetes 的 CI/CD 系统，它可以在 Kubernetes 集群中运行，用于管理和执行 CI/CD 流程。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Prow</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">CI/CD</category>
      <category domain="tag">DevOps</category>
    </item>
    <item>
      <title>速读开源项目 Sealos 的源码</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/read-openim-project-sealos-openim-source-code/</link>
      <pubDate>Mon, 11 Sep 2023 16:33:09 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/read-openim-project-sealos-openim-source-code/</guid>
      <description>一篇文章从头开始教会如何快速优雅地阅读学习一个顶级的开源项目 Sealos。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
    </item>
    <item>
      <title>开源的阶段性成长指南</title>
      <link>https://cubxxw.com/zh/growth/posts/stage-growth-of-open-source/</link>
      <pubDate>Tue, 16 May 2023 16:36:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/growth/posts/stage-growth-of-open-source/</guid>
      <description>本文将为您呈现一份开源项目的阶段性成长指南，帮助您了解如何在开源项目中不断进步和成长。</description>
      <category domain="category">Growth</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>Openkf 多架构镜像的构建策略设计</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openkf-multi-architecture-image/</link>
      <pubDate>Sun, 23 Apr 2023 14:15:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openkf-multi-architecture-image/</guid>
      <description>本文探讨了针对 Openkf 的多架构镜像构建策略的设计，涵盖了在不同环境下的构建和部署方案，旨在提高应用的可移植性和效率。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
    </item>
    <item>
      <title>Kubernetes一篇快速入门的文章</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/kubernetes-an-article-to-get-started-quickly/</link>
      <pubDate>Thu, 28 Apr 2022 23:38:11 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/kubernetes-an-article-to-get-started-quickly/</guid>
      <description>Kubernetes是一个开源的容器编排引擎，用于自动化部署、扩展和管理容器化应用程序。该项目由云原生计算基金会管理，该基金会由Linux基金会托管。这篇文章将会带你快速入门Kubernetes。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Docker</category>
    </item>
  </channel>
</rss>
