From e39ad84440cd03005f6c035e001dc14d8b113a64 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 13 Dec 2015 23:59:57 -0800 Subject: [PATCH] Documentation: add production users doc Add the first production user: discovery.etcd.io. We should encourage the commnuity to start adding their stories to this doc. --- Documentation/production-users.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/production-users.md diff --git a/Documentation/production-users.md b/Documentation/production-users.md new file mode 100644 index 000000000..da2f1a330 --- /dev/null +++ b/Documentation/production-users.md @@ -0,0 +1,15 @@ +# Production Users + +This document tracks people and use cases for etcd in production. By creating a list of production use cases we hope to build a community of advisors that we can reach out to with experience using various etcd applications, operation environments, and cluster sizes. The etcd development team may reach out periodically to check-in on your experience and update this list. + +## discovery.etcd.io + +- *Application*: https://github.com/coreos/discovery.etcd.io +- *Launched*: Feb. 2014 +- *Cluster Size*: 5 members, 5 discovery proxies +- *Order of Data Size*: 100s of Megabytes +- *Operator*: CoreOS, brandon.philips@coreos.com +- *Environment*: AWS +- *Backups*: Periodic async to S3 + +discovery.etcd.io is the longest continuously running etcd backed service that we know about. It is the basis of automatic cluster bootstrap and was launched in Feb. 2014: https://coreos.com/blog/etcd-0.3.0-released/.