<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Harsha Ch</title>
    <description>The latest articles on DEV Community by Harsha Ch (@harshareddy_0b3e3081).</description>
    <link>https://dev.to/harshareddy_0b3e3081</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3997951%2F1e96df6f-9328-4726-9f7c-673c2610827d.jpg</url>
      <title>DEV Community: Harsha Ch</title>
      <link>https://dev.to/harshareddy_0b3e3081</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshareddy_0b3e3081"/>
    <language>en</language>
    <item>
      <title>etcd is not Shiva</title>
      <dc:creator>Harsha Ch</dc:creator>
      <pubDate>Tue, 23 Jun 2026 05:04:11 +0000</pubDate>
      <link>https://dev.to/harshareddy_0b3e3081/etcd-is-not-shiva-448e</link>
      <guid>https://dev.to/harshareddy_0b3e3081/etcd-is-not-shiva-448e</guid>
      <description>&lt;p&gt;In Hindu mythology even an ant needs Shiva's aagna to move. Kubernetes has a Shiva too - etcd, granting permission for every change in the cluster. Except etcd isn't a god. It's a datastore with a disk. And that's the whole problem&lt;/p&gt;

&lt;p&gt;Every change needs its aagna, all of it through one consensus ledger. As the cluster's population grows, so do the requests for permission and the one approver can't keep up. You can make it faster (better disk, more IOPS) but that's where it ends. One ledger, no horizontal scale. My instinct was to split it by namespace; turns out you split it by resource type and events get their own etcd. The instinct was right, the axis was different.&lt;/p&gt;

&lt;p&gt;Your cluster's ceiling was never node count. It's how fast one not quite divine approver can stamp the ledger. etcd cosplays as Shiva. It's a disk.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>distributedsystems</category>
      <category>kubernetes</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
