<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Etcd on martinuke0&#39;s Blog</title>
    <link>https://martinuke0.github.io/tags/etcd/</link>
    <description>Recent content in Etcd on martinuke0&#39;s Blog</description>
    <image>
      <title>martinuke0&#39;s Blog</title>
      <url>https://martinuke0.github.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://martinuke0.github.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.152.2</generator>
    <language>en</language>
    <lastBuildDate>Mon, 07 Sep 2026 17:04:55 +0000</lastBuildDate>
    <atom:link href="https://martinuke0.github.io/tags/etcd/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Architecting Fault-Tolerant State Machines with etcd&#39;s Raft: Lease Semantics and Split-Brain Recovery</title>
      <link>https://martinuke0.github.io/posts/2026-09-07-architecting-fault-tolerant-state-machines-with-etcd/</link>
      <pubDate>Mon, 07 Sep 2026 17:04:55 +0000</pubDate>
      <guid>https://martinuke0.github.io/posts/2026-09-07-architecting-fault-tolerant-state-machines-with-etcd/</guid>
      <description>How etcd&amp;#39;s Raft implementation uses leader leases and quorum logic to prevent split-brain, with patterns for production state machine design.</description>
    </item>
    <item>
      <title>Inside etcd&#39;s Raft Implementation: Lease-Based Leader Election and Read Consistency</title>
      <link>https://martinuke0.github.io/posts/2026-09-07-inside-etcd/</link>
      <pubDate>Mon, 07 Sep 2026 17:04:23 +0000</pubDate>
      <guid>https://martinuke0.github.io/posts/2026-09-07-inside-etcd/</guid>
      <description>A deep dive into how etcd implements Raft consensus with lease-based leader election and linearizable reads, with patterns from production Kubernetes clusters.</description>
    </item>
    <item>
      <title>Implementing Linearizable Counters with etcd&#39;s Transaction API</title>
      <link>https://martinuke0.github.io/posts/2026-09-07-implementing-linearizable-counters-with-etcd/</link>
      <pubDate>Mon, 07 Sep 2026 17:00:43 +0000</pubDate>
      <guid>https://martinuke0.github.io/posts/2026-09-07-implementing-linearizable-counters-with-etcd/</guid>
      <description>Build linearizable distributed counters on etcd using compare-and-swap, ModRevision, and the Transaction API for strong consistency at scale.</description>
    </item>
  </channel>
</rss>
