copy of etcd repository
 
 
 
 
 
 
Go to file
Gyu-Ho Lee 5161b74799 pkg/debugutil: add 'mutex' profiler (Go 1.8+)
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-04-18 10:56:06 -07:00
.github *: eschew you from documentation 2017-03-06 11:40:46 -08:00
Documentation op-guide: add command for checking if there's any v3 data 2017-04-17 12:31:21 -07:00
alarm *: update LICENSE header 2016-05-12 20:51:48 -07:00
auth auth: fix race on stopping simple token keeper 2017-04-14 09:50:33 -07:00
client client/integration: use only digits in unix port 2017-03-21 17:10:59 -07:00
clientv3 Merge pull request #7752 from heyitsanthony/clientv3-fetch-keyspace-pfx 2017-04-18 09:24:53 -07:00
cmd vendor: update 'golang.org/x/net' 2017-04-11 08:46:07 -07:00
compactor compactor: fix TestPeriodic 2017-03-30 15:00:49 -07:00
contrib *: eschew you from documentation 2017-03-06 11:40:46 -08:00
discovery discovery: remove dead token argument from SRVGetCluster 2017-04-12 16:49:44 -07:00
e2e Merge pull request #7646 from andelf/fix-unix-socket-url 2017-04-05 09:24:38 -07:00
embed *: use '*tls.Config.Clone' in Go 1.8 2017-04-17 20:08:27 -07:00
error *: update LICENSE header 2016-05-12 20:51:48 -07:00
etcdctl etcdctl: show responses of auth RPCs if --write-output=fields is passed 2017-04-14 11:48:42 +09:00
etcdmain etcdmain: trigger embed.Etcd.Close for OS interrupt 2017-04-17 14:07:16 -07:00
etcdserver etcdserver: fill-in Auth API Header in apply layer 2017-04-17 14:26:26 -07:00
hack *: eschew you from documentation 2017-03-06 11:40:46 -08:00
integration integration: use 'time.Until' in Go 1.8 2017-04-17 20:08:27 -07:00
lease *: add swagger and grpc-gateway assets for v3lock and v3election 2017-04-10 15:21:07 -07:00
logos logos: add SVG and PNG logos 2014-12-18 14:59:06 -08:00
mvcc mvcc: remove stopc select case in Hash 2017-04-17 14:19:48 -07:00
pkg pkg/debugutil: add 'mutex' profiler (Go 1.8+) 2017-04-18 10:56:06 -07:00
proxy grpcproxy/adapter: add Cluster API support 2017-04-04 08:13:30 -07:00
raft raft: Avoid holding unneeded memory in unstable log's entries array 2017-04-18 10:55:16 -04:00
rafthttp Merge pull request #7687 from heyitsanthony/deny-tls-ipsan 2017-04-13 15:03:25 -07:00
scripts *: add swagger and grpc-gateway assets for v3lock and v3election 2017-04-10 15:21:07 -07:00
snap *: add swagger and grpc-gateway assets for v3lock and v3election 2017-04-10 15:21:07 -07:00
store *: remove never-unused vars, minor lint fix 2017-03-06 14:59:12 -08:00
tools benchmark: a new flag --target-leader for targetting a leader endpoint 2017-04-17 14:24:35 +09:00
version version: bump to v3.2.0+git 2017-01-13 12:58:15 -08:00
wal *: add swagger and grpc-gateway assets for v3lock and v3election 2017-04-10 15:21:07 -07:00
.dockerignore Add .dockerignore to avoid including .git in docker build context 2014-08-15 16:38:29 +08:00
.gitignore .gitignore: Adding .idea to .gitignore 2017-01-24 22:14:20 -08: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: bump up to Go 1.8.1 2017-04-17 20:08:27 -07:00
CONTRIBUTING.md *: eschew you from documentation 2017-03-06 11:40:46 -08: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.ppc64le script: Build docker image for ppc64le 2017-02-27 19:04:32 -05: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
NEWS NEWS: update v3.1.6 2017-04-18 10:09:53 -07:00
NOTICE feat(*): initial commit 2014-01-19 12:25:11 -08:00
Procfile Procfile: v3 as default 2016-05-23 11:59:23 -07:00
README.md *: coreos/rkt -> rkt/rkt 2017-04-11 08:48:48 -07:00
ROADMAP.md roadmap: update roadmap 2017-01-20 13:50:36 -08:00
V2Procfile Procfile: v3 as default 2016-05-23 11:59:23 -07:00
build build: remove dir use -r flag 2016-12-13 16:08:50 +08: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 embed/etcd.go: make v2 endpoint optional. fixes #7100 2017-01-20 11:49:52 +05:30
glide.lock vendor: update 'golang.org/x/net' 2017-04-11 08:46:07 -07:00
glide.yaml vendor: update 'golang.org/x/net' 2017-04-11 08:46:07 -07: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: do not ignore 'tools/benchmark/cmd' 2017-04-12 14:13:30 -07:00

README.md

etcd

Go Report Card 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, consistent key-value store for shared configuration and service discovery, 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.8+ 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 proxy 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.