---
title: "etcd-operator joins Cozystack with a new v1alpha2 API"
url: https://daily.dev/posts/etcd-operator-joins-cozystack-with-a-new-v1alpha2-api-tc8dzitg3
source_url: https://www.cncf.io/blog/2026/06/29/etcd-operator-joins-cozystack-with-a-new-v1alpha2-api
type: article
source: "CNCF"
published: 2026-06-29T10:49:21.376Z
updated: 2026-06-29T10:49:43.838Z
tags: ["kubernetes", "golang"]
reading_time: 5
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# etcd-operator joins Cozystack with a new v1alpha2 API

**[CNCF](https://daily.dev/sources/cncf)** · 5 min read · 4 upvotes · 0 comments

## Summary

The etcd-operator project has been donated to Cozystack and relaunched with a new v1alpha2 API (etcd-operator.cozystack.io/v1alpha2). The rewrite, authored by Timofei Larkin, abandons StatefulSet-based member management in favor of directly driving etcd's native Membership API (MemberAdd, MemberPromote, MemberRemove). Each cluster member gets its own EtcdMember resource with an independently reconciled Pod and PVC. Key new capabilities include scale-to-zero (pause/resume), tmpfs-backed storage, CEL-based CRD validation without webhooks, automatic PodDisruptionBudget, snapshot/restore via EtcdSnapshot, TLS with cert-manager integration, and a kubectl-etcd plugin for day-2 operations. An in-place migration tool (etcd-migrate) allows upgrading from v1alpha1 without data movement or quorum loss. The post also compares feature coverage against the official etcd-io/etcd-operator roadmap, where v1alpha2 leads on most items.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.cncf.io/blog/2026/06/29/etcd-operator-joins-cozystack-with-a-new-v1alpha2-api>

## Similar posts on daily.dev

- [Operating Kubernetes at scale: a few stories from running Amazon EKS](https://daily.dev/posts/operating-kubernetes-at-scale-a-few-stories-from-running-amazon-eks-vdcgnhxcm) · The New Stack · 1 upvotes · 0 comments
- [k8s-1m Overview](https://daily.dev/posts/k8s-1m-overview-uj6kbjdzt) · Lobsters · 0 upvotes · 0 comments
- [Cluster API v1.12: Introducing in-place updates and chained upgrades](https://daily.dev/posts/cluster-api-v1-12-introducing-in-place-updates-and-chained-upgrades-swlgwxjbr) · CNCF · 2 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#golang](https://daily.dev/tags/golang)

[View this post on daily.dev](https://daily.dev/posts/etcd-operator-joins-cozystack-with-a-new-v1alpha2-api-tc8dzitg3)
