Browse Source

Merge pull request #7413 from philips/update-etcd-integrations-and-users

production-users: add Kubernetes
Brandon Philips 8 years ago
parent
commit
e16db3347a
3 changed files with 11 additions and 2 deletions
  1. 0 0
      Documentation/integrations.md
  2. 9 0
      Documentation/production-users.md
  3. 2 2
      README.md

+ 0 - 0
Documentation/libraries-and-tools.md → Documentation/integrations.md


+ 9 - 0
Documentation/production-users.md

@@ -2,6 +2,15 @@
 
 
 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 how etcd is working in the field and update this list.
 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 how etcd is working in the field and update this list.
 
 
+## All Kubernetes Users
+
+- *Application*: https://kubernetes.io/
+- *Environments*: AWS, OpenStack, Azure, Google Cloud, Bare Metal, etc
+
+**This is a meta user if you want to document your specific Kubernetes cluster, please do!**
+
+All Kubernetes clusters use etcd as their primary data store. This means etcd's users include such companies as [Niantic, Inc Pokemon Go](https://cloudplatform.googleblog.com/2016/09/bringing-Pokemon-GO-to-life-on-Google-Cloud.html), [Box](https://blog.box.com/blog/kubernetes-box-microservices-maximum-velocity/), [CoreOS](https://coreos.com/tectonic), [Ticketmaster](https://www.youtube.com/watch?v=wqXVKneP0Hg), and many many more.
+
 ## discovery.etcd.io
 ## discovery.etcd.io
 
 
 - *Application*: https://github.com/coreos/discovery.etcd.io
 - *Application*: https://github.com/coreos/discovery.etcd.io

+ 2 - 2
README.md

@@ -106,7 +106,7 @@ Now it's time to dig into the full etcd API and other guides.
 - Explore the full gRPC [API][api].
 - Explore the full gRPC [API][api].
 - Set up a [multi-machine cluster][clustering].
 - Set up a [multi-machine cluster][clustering].
 - Learn the [config format, env variables and flags][configuration].
 - Learn the [config format, env variables and flags][configuration].
-- Find [language bindings and tools][libraries-and-tools].
+- Find [language bindings and tools][integrations].
 - Use TLS to [secure an etcd cluster][security].
 - Use TLS to [secure an etcd cluster][security].
 - [Tune etcd][tuning].
 - [Tune etcd][tuning].
 
 
@@ -114,7 +114,7 @@ Now it's time to dig into the full etcd API and other guides.
 [api]: ./Documentation/dev-guide/api_reference_v3.md
 [api]: ./Documentation/dev-guide/api_reference_v3.md
 [clustering]: ./Documentation/op-guide/clustering.md
 [clustering]: ./Documentation/op-guide/clustering.md
 [configuration]: ./Documentation/op-guide/configuration.md
 [configuration]: ./Documentation/op-guide/configuration.md
-[libraries-and-tools]: ./Documentation/libraries-and-tools.md
+[integrations]: ./Documentation/integrations.md
 [security]: ./Documentation/op-guide/security.md
 [security]: ./Documentation/op-guide/security.md
 [tuning]: ./Documentation/tuning.md
 [tuning]: ./Documentation/tuning.md