community/sig-etcd
Han Kang 3edd1c6d48
set up SIG-etcd (#7372)
* Create SIG-etcd

Co-authored-by: Josh Berkus <josh@agliodbs.com>
Co-authored-by: Marek Siarkowicz <siarkowicz@google.com>

* Remove unnecessary eviations

* Update sig-etcd/charter.md

Co-authored-by: Benjamin Wang <wachao@vmware.com>

* Update charter.md to remove OWNERS file from deviation

Adding OWNERS file will be a hard requirement for etcd repo. I also added an issue in etcd repo for tracking: https://github.com/etcd-io/etcd/issues/16367.

* update charter.md, vision.md and README.md to address comments

* update sig-etcd with new chairs

* Update charter.md

* Update charter.md to include implicit k8s-etcd-contract as part of sig-etcd's responsibility in a sentence, instead of a linked google doc

* Update sig-etcd/vision.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update sig-etcd/vision.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* update etcd meeting link, time and youtube link

---------

Co-authored-by: Josh Berkus <josh@agliodbs.com>
Co-authored-by: Marek Siarkowicz <siarkowicz@google.com>
Co-authored-by: Wenjia <wenjiazhang@google.com>
Co-authored-by: Benjamin Wang <wachao@vmware.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-11 17:42:11 -07:00
..
OWNERS set up SIG-etcd (#7372) 2023-09-11 17:42:11 -07:00
README.md set up SIG-etcd (#7372) 2023-09-11 17:42:11 -07:00
charter.md set up SIG-etcd (#7372) 2023-09-11 17:42:11 -07:00
vision.md set up SIG-etcd (#7372) 2023-09-11 17:42:11 -07:00

README.md

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

Subprojects

The following subprojects are owned by sig-etcd:

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-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