
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Mon, 15 Jun 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/reconcile/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-kubernetes-operator-pattern-explained.en</guid>
    <title>Understanding the Kubernetes Operator Pattern — Controllers, Reconciliation, and Codifying Operational Knowledge</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-kubernetes-operator-pattern-explained.en</link>
    <description>A deep, operations-focused look at what the Operator pattern solves, how the control loop and reconciliation work, how CRDs and controllers combine, control plane extension mechanisms, Capability Levels, and when to use Operators and when to avoid them.</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>controller</category><category>reconcile</category><category>crd</category><category>cloud-native</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-kubernetes-operator-pattern-explained.ja</guid>
    <title>Kubernetes Operator パターン完全理解 — コントローラー、リコンサイル、そして運用知識のコード化</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-kubernetes-operator-pattern-explained.ja</link>
    <description>Operator パターンが何を解決するのか、コントロールループとリコンサイルの原理、CRD とコントローラーの結合、コントロールプレーンの拡張メカニズム、Capability Level、そしていつ使い、いつ避けるべきかまでを運用視点で深く整理します。</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>controller</category><category>reconcile</category><category>crd</category><category>cloud-native</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-kubernetes-operator-pattern-explained</guid>
    <title>쿠버네티스 Operator 패턴 완전 이해 — 컨트롤러, 리컨실, 그리고 운영 지식의 코드화</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-kubernetes-operator-pattern-explained</link>
    <description>Operator 패턴이 무엇을 푸는지, 컨트롤 루프와 reconcile 원리, CRD와 컨트롤러의 결합, 컨트롤 플레인 확장 메커니즘, Capability Level, 그리고 언제 쓰고 언제 쓰지 말아야 하는지까지 운영 관점에서 깊이 있게 정리합니다.</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>controller</category><category>reconcile</category><category>crd</category><category>cloud-native</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-best-practices-antipatterns.en</guid>
    <title>Operator Best Practices and Anti-Patterns</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-best-practices-antipatterns.en</link>
    <description>A code-level rundown of what makes a good Operator and the common anti-patterns. From principles like a small API, idempotent reconcile, observability, and safe upgrades, through pitfalls like side-effect spam, status misuse, infinite requeue, and broad RBAC, to multi-tenancy and security, resource efficiency, testing culture, SRE-style operations, a maturity roadmap, and a checklist.</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>best-practices</category><category>reconcile</category><category>rbac</category><category>sre</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-best-practices-antipatterns.ja</guid>
    <title>Operatorのベストプラクティスとアンチパターン</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-best-practices-antipatterns.ja</link>
    <description>良いOperatorの特徴とよくあるアンチパターンをコードレベルで整理します。小さなAPIと冪等なreconcile、観測可能性、安全なアップグレードといった原則から、副作用の乱発・statusの誤用・無限requeue・広範なRBACといった落とし穴、マルチテナンシーとセキュリティ、リソース効率、テスト文化、SRE観点の運用、成熟度ロードマップとチェックリストまで扱います。</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>best-practices</category><category>reconcile</category><category>rbac</category><category>sre</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-best-practices-antipatterns</guid>
    <title>Operator 베스트 프랙티스와 안티패턴</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-best-practices-antipatterns</link>
    <description>좋은 Operator의 특징과 흔한 안티패턴을 코드 수준에서 정리합니다. 작은 API와 멱등 reconcile, 관측 가능성, 안전한 업그레이드 같은 원칙부터 부수효과 남발·status 오용·무한 requeue·광범위 RBAC 같은 함정, 멀티테넌시와 보안, 리소스 효율, 테스트 문화, SRE 관점 운영, 성숙도 로드맵과 체크리스트까지 다룹니다.</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>best-practices</category><category>reconcile</category><category>rbac</category><category>sre</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-reconcile-loop-deep-dive.en</guid>
    <title>The Reconcile Loop in Depth — Idempotency, Error Handling, Queues, and Performance</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-reconcile-loop-deep-dive.en</link>
    <description>A deep dissection of the reconcile loop: the request flow (informer to workqueue to reconcile), Result and requeue, idempotency patterns, status and conditions, predicate event filters, rate limiting and concurrency, cache vs. client, observability, common bugs, and performance tuning.</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>reconcile</category><category>controller-runtime</category><category>performance</category><category>cloud-native</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-reconcile-loop-deep-dive.ja</guid>
    <title>Reconcile ループ深掘り — 冪等性、エラー処理、キュー、そして性能</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-reconcile-loop-deep-dive.ja</link>
    <description>reconcile リクエストの流れ(informer→workqueue→reconcile)、Result と requeue、冪等実装パターン、status と conditions、predicate によるイベントフィルタ、レート制限と並行性、キャッシュとクライアント、観測、よくあるバグ、性能チューニングまで reconcile ループを深く解剖します。</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>reconcile</category><category>controller-runtime</category><category>performance</category><category>cloud-native</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-reconcile-loop-deep-dive</guid>
    <title>Reconcile 루프 심화 — 멱등성, 에러 처리, 큐, 그리고 성능</title>
    <link>https://www.youngju.dev/blog/kubernetes/2026-06-15-operator-reconcile-loop-deep-dive</link>
    <description>reconcile 요청 흐름(informer→workqueue→reconcile), Result와 requeue, 멱등 구현 패턴, status와 conditions, predicate 이벤트 필터, rate limiting과 동시성, 캐시와 클라이언트, 관측, 흔한 버그, 성능 튜닝까지 reconcile 루프를 깊이 있게 해부합니다.</description>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>kubernetes</category><category>operator</category><category>reconcile</category><category>controller-runtime</category><category>performance</category><category>cloud-native</category>
  </item>

    </channel>
  </rss>
