Gyu-Ho Lee 67c2384bdf *: replace '-' with '--' in doc | 8 年 前 | |
---|---|---|
.. | ||
README.md | 9 年 前 | |
etcd.yml | 8 年 前 | |
vulcand.yml | 9 年 前 |
This is an example setting up etcd as a set of pods and services running on top of kubernetes. Using:
$ kubectl create -f etcd.yml
services/etcd-client
pods/etcd0
services/etcd0
pods/etcd1
services/etcd1
pods/etcd2
services/etcd2
$ # now deploy a service that consumes etcd, such as vulcand
$ kubectl create -f vulcand.yml
TODO: