<?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/">
  <channel>
    <title>Controller-Runtime on Inkwell Corner</title>
    <link>https://xhyyx.pages.dev/tags/controller-runtime/</link>
    <description>Recent content in Controller-Runtime on Inkwell Corner</description>
    <image>
      <title>Inkwell Corner</title>
      <url>https://i.postimg.cc/7hwBy7VS/calcr.png</url>
      <link>https://i.postimg.cc/7hwBy7VS/calcr.png</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>©2026 Inkwell Corner</copyright>
    <lastBuildDate>Sun, 12 Jul 2026 17:53:38 +0800</lastBuildDate>
    <atom:link href="https://xhyyx.pages.dev/tags/controller-runtime/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>深入理解 client-go 与 controller-runtime：从 informer 到调谐的性能之道</title>
      <link>https://xhyyx.pages.dev/posts/client-go-controller-runtime-notes/</link>
      <pubDate>Sun, 12 Jul 2026 17:53:38 +0800</pubDate>
      <guid>https://xhyyx.pages.dev/posts/client-go-controller-runtime-notes/</guid>
      <description>&lt;h1 id=&#34;前言&#34;&gt;前言&lt;/h1&gt;
&lt;p&gt;开发 Kubernetes CRD 资源时，绕不开 client-go 的 informer 机制。使用 client-go 本身并不困难——根据 kubebuilder 官网生成调谐框架，然后在 &lt;code&gt;Reconcile&lt;/code&gt;方法中添加业务逻辑即可。&lt;/p&gt;
&lt;p&gt;然而，只停留在“能用”的层面，很难理解其中的玄妙，出了问题心里没底。有时候代码正常工作了，自己也不清楚为什么能工作（笔者遇到过好几次）。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
