Skip to content

Latest commit

 

History

History
138 lines (120 loc) · 6.39 KB

README.md

File metadata and controls

138 lines (120 loc) · 6.39 KB

etcd Special Interest Group

etcd is a production-ready store for building cloud-native distributed systems and managing cloud-native infrastructure via orchestrators like Kubernetes. Etcd should provide distributed system primitives** (such as distributed locking and leader election) that allow users to **create scalable, highly available and fault-tolerant systems. Etcd is the place to store the infrastructure configuration, not only as part of Kubernetes, but also as a standalone solution.

The charter defines the scope and governance of the etcd Special Interest Group.

Meetings

Joining the mailing list for the group will typically add invites for the following meetings to your calendar.

Leadership

Chairs

The Chairs of the SIG run operations and processes governing the SIG.

Technical Leads

The Technical Leads of the SIG establish new subprojects, decommission existing subprojects, and resolve cross-subproject technical issues and decisions.

Contact

Working Groups

The following working groups are sponsored by sig-etcd:

Subprojects

The following subprojects are owned by sig-etcd:

auger

Directly access data objects stored in etcd by kubernetes.

bbolt

An embedded key/value database for Go.

cetcd

Serve Consul with etcd

dbtester

Distributed database benchmark tester

discovery.etcd.io

Kubernetes manifests powering discovery.etcd.io

discoveryserver

Public etcd Discovery Service

etcd

Distributed reliable key-value store for the most critical data of a distributed system

etcd-manager

etcd manager

etcd-play

etcd playground

etcdlabs

etcd playground

gofail

failpoints for go

govanityurls

Use a custom domain in your Go import path

jetcd

etcd java client

maintainers

issue tracking for project wide non-code concerns

protodoc

protodoc generates Protocol Buffer documentation.

raft

Raft library for maintaining a replicated state machine

website

etcd-io

zetcd

Serve the Apache Zookeeper API but back it with an etcd cluster