<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Statefulsets on marktaguiad.dev</title>
    <link>https://marktaguiad.dev/tags/statefulsets/</link>
    <description>Recent content in Statefulsets 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>Sat, 07 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://marktaguiad.dev/tags/statefulsets/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Statefulsets</title>
      <link>https://marktaguiad.dev/post/k8s-notes-part7/</link>
      <pubDate>Sat, 07 Mar 2026 00:00:00 +0000</pubDate><author>marktaguiad@marktaguiad.dev (Mark Taguiad)</author>
      <guid>https://marktaguiad.dev/post/k8s-notes-part7/</guid>
      <description>&lt;p&gt;&lt;img&#xA;  class=&#34;theme-image&#34;&#xA;  src=&#34;https://marktaguiad.dev/images/devops/k8s-notes/k8s-notes-statefulset-001.png&#34;&#xA;  data-light=&#34;/images/devops/k8s-notes/k8s-notes-statefulset-001.png&#34;&#xA;  data-dark=&#34;/images/devops/k8s-notes/k8s-notes-statefulset-dark-001.png&#34;&#xA;  alt=&#34;Architecture Diagram&#34;&#xA;&gt;&#xA;&#xA;Kubernetes has several controllers to manage workloads. While Deployments are ideal for stateless applications, many real‑world use cases require stateful behavior — applications that store data, maintain identity, and rely on stable storage.&lt;/p&gt;&#xA;&lt;p&gt;This is where StatefulSets come in. They provide stable identity, stable storage, and ordered deployment for stateful applications.&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-statefulsets&#34;&gt;Why StatefulSets?&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#examples-of-stateful-systems&#34;&gt;Examples of Stateful Systems&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#create-statefulset&#34;&gt;Create Statefulset&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#service&#34;&gt;Service&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#volume&#34;&gt;Volume&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#ordered-creation--scaling&#34;&gt;Ordered Creation &amp;amp; Scaling&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#ordered-deletion&#34;&gt;Ordered Deletion&lt;/a&gt;&lt;/li&gt;&#xA;  &lt;/ol&gt;&#xA;&lt;/nav&gt;&#xA;&lt;h3 id=&#34;why-statefulsets&#34;&gt;Why StatefulSets?&lt;/h3&gt;&#xA;&lt;p&gt;Stateless apps don’t care which instance serves a request. But stateful workloads often require:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
