laidonglin 8c4df9a96f hack: fix etcd execute path in k8s example | %!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=9) %!d(string=hai) anos | |
etcd.yml | %!s(int64=8) %!d(string=hai) anos | |
vulcand.yml | %!s(int64=9) %!d(string=hai) anos |
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: