<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Secrets on marktaguiad.dev</title>
    <link>https://marktaguiad.dev/tags/secrets/</link>
    <description>Recent content in Secrets on marktaguiad.dev</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>marktaguiad@marktaguiad.dev (Mark Taguiad)</managingEditor>
    <webMaster>marktaguiad@marktaguiad.dev (Mark Taguiad)</webMaster>
    <copyright>marktaguiad.dev</copyright>
    <lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://marktaguiad.dev/tags/secrets/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Sealed Secrets</title>
      <link>https://marktaguiad.dev/post/k8s-sealed-secrets/</link>
      <pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate><author>marktaguiad@marktaguiad.dev (Mark Taguiad)</author>
      <guid>https://marktaguiad.dev/post/k8s-sealed-secrets/</guid>
      <description>&lt;p&gt;&lt;img&#xA;  class=&#34;theme-image&#34;&#xA;  src=&#34;https://marktaguiad.dev/images/devops/k8s-notes/k8s-sealed-secrets.png&#34;&#xA;  data-light=&#34;/images/devops/k8s-notes/k8s-sealed-secrets.png&#34;&#xA;  data-dark=&#34;/images/devops/k8s-notes/k8s-sealed-secrets-dark.png&#34;&#xA;  alt=&#34;Secret&#34;&#xA;&gt;&#xA;&#xA;k8s-sealed-secrets.png&#xA;Managing secrets in Kubernetes is a bit tricky. Native &lt;code&gt;Secret&lt;/code&gt; objects are only &lt;code&gt;base64-encoded&lt;/code&gt;—not encrypted—making them unsafe for Git-based workflows. If you&amp;rsquo;re doing GitOps (e.g., with Argo CD), committing raw secrets is not an option.&lt;/p&gt;&#xA;&lt;p&gt;This is where &lt;a href=&#34;https://github.com/bitnami-labs/sealed-secrets&#34;&gt;Sealed Secrets&lt;/a&gt; comes in.&lt;/p&gt;&#xA;&lt;h1 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h1&gt;&#xA;&lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ol&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#why-sealed-secret&#34;&gt;Why Sealed Secret?&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#install&#34;&gt;Install&lt;/a&gt;&#xA;      &lt;ol&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#cluster&#34;&gt;Cluster&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#client&#34;&gt;Client&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#certificate&#34;&gt;Certificate&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ol&gt;&#xA;    &lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#key&#34;&gt;Key&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#example&#34;&gt;Example&lt;/a&gt;&#xA;      &lt;ol&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#default-k8s-secrets&#34;&gt;Default K8S Secrets&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#sealed-secret&#34;&gt;Sealed Secret&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#git&#34;&gt;Git&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ol&gt;&#xA;    &lt;/li&gt;&#xA;  &lt;/ol&gt;&#xA;&lt;/nav&gt;&#xA;&lt;h3 id=&#34;why-sealed-secret&#34;&gt;Why Sealed Secret?&lt;/h3&gt;&#xA;&lt;p&gt;Sealed Secrets uses asymmetric encryption to solve one problem:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
