Blog

Posts in 2026
  • March 20 Security Release Patches Auth Vulnerabilities

    Friday, March 20, 2026 in Blog

    SIG-etcd released updates 3.6.9, 3.5.28, and 3.4.42 today. These patch releases fix several vulnerabilities which allow unauthorized users to bypass authentication or authorization controls that are part of etcd Auth using the gRPC API. These …

    Read more

  • Announcing etcd-operator v0.2.0

    Friday, March 20, 2026 in Blog

    Introduction Today, we are excited to announce the release of etcd-operator v0.2.0! This release brings important new features and improvements that enhance security, reliability, and operability for managing etcd clusters. New Features Certificate …

    Read more

Posts in 2025
  • Avoiding Zombie Cluster Members When Upgrading to etcd v3.6

    Wednesday, December 17, 2025 in Blog

    Summary: SIG-etcd has patched another potential issue blocking upgrades from v3.5 to v3.6. If you are upgrading, make sure to update to v3.5.26 or later first. Issue Summary Recently, the etcd community addressed an issue that may appear when users …

    Read more

  • Follow Up - Preventing Upgrade Failures from etcd v3.5 to v3.6

    Tuesday, October 21, 2025 in Blog

    We have identified and fixed an additional scenario that may cause upgrade failures when moving from etcd v3.5 to v3.6. This post contains details, the fix, and additional workarounds. Please refer to issue 20793 to get detailed technical …

    Read more

  • Autonomous Testing of etcd's Robustness

    Friday, October 03, 2025 in Blog

    This is a post from the CNCF blog which we are sharing with our community as well. As a critical component of many production systems, including Kubernetes, the etcd project’s first priority is reliability. Ensuring consistency and data safety …

    Read more

  • Announcing etcd v3.6.0

    Thursday, May 15, 2025 in Blog

    Table of Contents Introduction Security Features Migration to v3store Downgrade Feature Gates Livez/readyz checks v3discovery Performance Memory Throughput Breaking changes Old Binaries Are Incompatible with New Schema Versions Peer Endpoints No …

    Read more

  • How to Prevent a Common Failure when Upgrading etcd v3.5 to v3.6

    Thursday, March 27, 2025 in Blog

    Update (October 21, 2025) We have identified and fixed two additional upgrade issues. Please see our new blog posts Follow Up - Preventing Upgrade Failures from etcd v3.5 to v3.6 and Avoiding Zombie Cluster Members When Upgrading for details. There …

    Read more

Posts in 2023
  • Engage with the etcd project at KubeCon NA 2023

    Sunday, November 05, 2023 in Blog

    KubeCon NA 2023 in Chicago is just around the corner! This year, the etcd project has a diverse range of talks, tutorials, and even interactive contribfest sessions for you to get involved in . As a critical foundational pillar of the Kubernetes …

    Read more

  • Introducing sig-etcd

    Wednesday, November 01, 2023 in Blog

    Special Interest Groups (SIGs) are a fundamental part of the Kubernetes project, with a substantial share of the community activity happening within them. When the need arises, new SIGs can be created, and that was precisely what happened recently. …

    Read more

  • How to debug large db size issue?

    Wednesday, January 04, 2023 in Blog

    Background Users can configure the quota of the backend db size using flag --quota-backend-bytes. It’s the max number of bytes the etcd db file may consume, namely the ${etcd-data-dir}/member/snap/db file. Its default value is 2GB, and the …

    Read more