瀏覽代碼

Merge pull request #7435 from gnawux/use_case_hyper_sh

Add hyper.sh to production users
Xiang Li 9 年之前
父節點
當前提交
320768b2e9
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      Documentation/production-users.md

+ 15 - 0
Documentation/production-users.md

@@ -130,3 +130,18 @@ PD(Placement Driver) is the central controller in the TiDB cluster. It saves the
 - *Backups*: Periodic sync to backup server
 - *Backups*: Periodic sync to backup server
 
 
 In Tencent games, we use Docker and Kubernetes to deploy and run our applications, and use etcd to save meta data for service discovery, Kubernetes, etc.
 In Tencent games, we use Docker and Kubernetes to deploy and run our applications, and use etcd to save meta data for service discovery, Kubernetes, etc.
+
+## Hyper.sh
+
+- *Application*: Kubernetes, distributed locks, etc.
+- *Launched*: April 2016
+- *Cluster Size*: 1 cluster of 3 members
+- *Order of Data Size*: 10s of MB
+- *Operator*: Hyper.sh
+- *Environment*: Baremetal
+- *Backups*: None, all data can be recreated if necessary.
+
+In [hyper.sh][hyper.sh], the container service is backed by [hypernetes][hypernetes], a multi-tenant kubernetes distro. Moreover, we use etcd to coordinate the multiple manage services and store global meta data.
+
+[hypernetes]:https://github.com/hyperhq/hypernetes
+[Hyper.sh]:https://www.hyper.sh