copy of etcd repository
 
 
 
 
 
 
Go to file
Gyu-Ho Lee 2b5733d742 Makefile: remove redundant commands 2017-10-23 13:13:11 -07:00
.github *: eschew you from documentation 2017-03-06 11:40:46 -08:00
Documentation Merge pull request #8616 from mitake/peer-cn-auth 2017-10-04 10:00:53 -07:00
alarm *: update LICENSE header 2016-05-12 20:51:48 -07:00
auth auth: Fix simpleToken to respect disabled state for assign 2017-10-13 21:44:07 -07:00
client client/keys.generated.go: remove ineffassign yynn2 = 0 2017-10-20 08:52:48 -07:00
clientv3 Merge pull request #8737 from xiang90/fix_TestWatchKeepAlive 2017-10-22 21:21:22 -07:00
cmd scripts: update 2017-10-20 09:39:37 -06:00
compactor *: fix 'ineffassign' issues 2017-10-03 10:14:33 -07:00
contrib *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
discovery *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
e2e Dockerfile: Improve file permissions for docker build images using bind9 2017-10-06 23:34:39 -07:00
embed Merge pull request #8257 from yudai/websocket_streams 2017-10-06 21:33:55 -07:00
error *: move v2http handlers without /v2 prefix to etcdhttp 2017-07-07 18:35:57 -07:00
etcdctl etcdctl: close snapshot backend to close open file on member/snap/db 2017-10-20 15:25:21 -07:00
etcdmain Merge pull request #8616 from mitake/peer-cn-auth 2017-10-04 10:00:53 -07:00
etcdserver v3rpc/rpctypes: use codes.FailedPrecondition for ErrGRPCNotLeader 2017-10-20 14:28:17 -07:00
hack hack/benchmark: update bench.sh to match procfile 2017-08-31 11:47:41 -07:00
integration fixtures: add 'localhost' to wildcard cert for local cluster 2017-10-05 22:05:20 +00:00
lease lease: test minLeaseTTL limit 2017-09-12 20:24:27 +08:00
logos logos: add SVG and PNG logos 2014-12-18 14:59:06 -08:00
mvcc mvcc: move 'keyi' define before holding locks 2017-10-05 10:06:28 -07:00
pkg pkg/transport: add TODO to deprecate 'CAFile' field in v4 2017-10-04 14:01:01 -07:00
proxy *: fix 'ineffassign' issues 2017-10-03 10:14:33 -07:00
raft *: fix 'ineffassign' issues 2017-10-03 10:14:33 -07:00
rafthttp Merge pull request #8513 from shenlanse/bug-fix 2017-09-12 13:48:56 -07:00
scripts *: fix shellcheck warnings 2017-09-06 19:18:04 -07:00
snap snap, etcdserver: tighten up snapshot path handling 2017-05-11 13:46:59 -07:00
store *: fix 'ineffassign' issues 2017-10-03 10:14:33 -07:00
tools *: fix 'ineffassign' issues 2017-10-03 10:14:33 -07:00
version version: bump up to 3.2.0+git 2017-07-07 14:16:44 -07:00
wal wal: tiny refactor 2017-09-07 02:50:37 +08:00
.dockerignore Add .dockerignore to avoid including .git in docker build context 2014-08-15 16:38:29 +08:00
.gitignore gitignore: add covdir 2017-10-23 10:34:30 -07:00
.godir create .godir 2014-11-18 15:01:57 -08:00
.header .header: update to 'etcd Authors' 2016-05-12 20:56:50 -07:00
.travis.yml travis: specify Go minor versions 2017-10-05 09:54:52 -07:00
.words words: whitelist more words 2017-10-09 14:54:53 -07:00
CHANGELOG.md CHANGELOG: add v3.2.9, minor updates 2017-10-05 15:42:28 -07:00
CODE_OF_CONDUCT.md *: add code of conduct 2017-06-15 17:04:45 -07:00
CONTRIBUTING.md Documentation: point contributing irc channel to #etcd 2017-07-14 10:56:09 -07:00
DCO docs(readme/contrib): clean up README, merge changes from CONTRIBUTING.md and split out DCO 2014-04-04 10:58:34 -07:00
Dockerfile *: separate Dockerfile for quay build trigger 2016-06-24 12:55:10 -07:00
Dockerfile-release Dockerfile-release: add nsswitch.conf into image 2017-03-21 13:08:42 +02:00
Dockerfile-release.arm64 build-docker: Updates for multi-arch release 2017-04-21 10:04:41 -07:00
Dockerfile-release.ppc64le build-docker: Updates for multi-arch release 2017-04-21 10:04:41 -07:00
Dockerfile-test Dockerfile-test: add codecov for coverage tests 2017-10-23 10:29:08 -07:00
LICENSE feat(*): initial commit 2014-01-19 12:25:11 -08:00
MAINTAINERS MAINTAINERS: add Fanmin 2017-02-23 14:38:14 -08:00
Makefile Makefile: remove redundant commands 2017-10-23 13:13:11 -07:00
NOTICE feat(*): initial commit 2014-01-19 12:25:11 -08:00
Procfile Procfile: use grpc-proxy instead of v2 proxy 2017-10-03 09:18:56 -07:00
Procfile.v2 Documentation/v2: add Procfile.v2 for proxy 2017-10-03 09:22:31 -07:00
README.md README: update 'goreman' guide with 'grpc-proxy' 2017-10-09 09:28:22 -07:00
ROADMAP.md ROADMAP: make 'release-3.2' stable branch 2017-05-24 14:31:43 -07:00
V2Procfile Procfile: v3 as default 2016-05-23 11:59:23 -07:00
bill-of-materials.json vendor: add github.com/tmc/grpc-websocket-proxy 2017-10-06 15:14:01 -07:00
bill-of-materials.override.json bill-of-materials: regenerate with multi licenses 2017-06-13 10:25:29 -07:00
build *: fix shellcheck warnings 2017-09-06 19:18:04 -07:00
build.bat vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
build.ps1 build: add option to enable binaries stripping for windows 2016-10-20 00:52:57 +05:30
cover test, scripts: use /usr/bin/env to find bash 2015-08-08 20:52:53 -06:00
etcd.conf.yml.sample etcd.conf.yml.example: peer-client-cert-auth flag 2017-09-21 10:41:52 -04:00
glide.lock glide: update github.com/ugorji/go/codec 2017-10-20 09:22:27 -06:00
glide.yaml glide: update github.com/ugorji/go/codec 2017-10-20 09:22:27 -06:00
main.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
main_test.go *: remove os.Kill from signal.Notify 2017-04-07 10:52:54 -07:00
test test: run ineffassign in fmt pass 2017-10-03 02:14:02 -07:00

README.md

etcd

Go Report Card Coverage Build Status Build Status Docker Repository on Quay.io

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get stable binaries.

the etcd v2 documentation has moved

etcd Logo

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

  • Simple: well-defined, user-facing API (gRPC)
  • Secure: automatic TLS with optional client cert authentication
  • Fast: benchmarked 10,000 writes/sec
  • Reliable: properly distributed using Raft

etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.

etcd is used in production by many companies, and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as Kubernetes, fleet, locksmith, vulcand, Doorman, and many others. Reliability is further ensured by rigorous testing.

See etcdctl for a simple command line client.

Getting started

Getting etcd

The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, rkt, and Docker. Instructions for using these binaries are on the GitHub releases page.

For those wanting to try the very latest version, build the latest version of etcd from the master branch. This first needs Go installed (version 1.9+ is required). All development occurs on master, including new features and bug fixes. Bug fixes are first targeted at master and subsequently ported to release branches, as described in the branch management guide.

Running etcd

First start a single-member cluster of etcd:

./bin/etcd

This will bring up etcd listening on port 2379 for client communication and on port 2380 for server-to-server communication.

Next, let's set a single key, and then retrieve it:

ETCDCTL_API=3 etcdctl put mykey "this is awesome"
ETCDCTL_API=3 etcdctl get mykey

That's it! etcd is now running and serving client requests. For more

etcd TCP ports

The official etcd ports are 2379 for client requests, and 2380 for peer communication.

Running a local etcd cluster

First install goreman, which manages Procfile-based applications.

Our Procfile script will set up a local example cluster. Start it with:

goreman start

This will bring up 3 etcd members infra1, infra2 and infra3 and etcd grpc-proxy, which runs locally and composes a cluster.

Every cluster member and proxy accepts key value reads and key value writes.

Running etcd on Kubernetes

To run an etcd cluster on Kubernetes, try etcd operator.

Next steps

Now it's time to dig into the full etcd API and other guides.

Contact

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting bugs

See reporting bugs for details about reporting any issues.

License

etcd is under the Apache 2.0 license. See the LICENSE file for details.