<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kustomize on DevOps von UCLAB</title>
    <link>https://uclab.dev/tags/kustomize/</link>
    <description>Recent content in Kustomize on DevOps von UCLAB</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 25 Mar 2026 09:03:31 +0000</lastBuildDate>
    <atom:link href="https://uclab.dev/tags/kustomize/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubectl Kustomize</title>
      <link>https://uclab.dev/posts/kubectl-kustomize/</link>
      <pubDate>Wed, 25 Mar 2026 09:03:31 +0000</pubDate>
      <guid>https://uclab.dev/posts/kubectl-kustomize/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;images/gemini.png&#34; alt=&#34;kustomize&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Managing a homelab Kubernetes cluster with &lt;a href=&#34;https://fluxcd.io/&#34;&gt;Flux GitOps&lt;/a&gt; means I rarely &lt;code&gt;kubectl apply&lt;/code&gt; raw YAML anymore.&#xA;Everything lives in Git and Flux reconciles it.&#xA;But there&amp;rsquo;s still one pair of commands I reach for constantly when developing or debugging an app:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;k kustomize      &lt;span style=&#34;color:#75715e&#34;&gt;# inspect the rendered output&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;k apply -k .     &lt;span style=&#34;color:#75715e&#34;&gt;# apply it manually when I need to&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This post walks through what these commands actually do, how they fit into a Flux-based workflow, and a real example from my &lt;code&gt;n8n&lt;/code&gt; deployment on a Raspberry Pi 5 k3s cluster.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
