1
0
Fork 0
arangodb/3rdParty/etcd/hack/kubernetes-deploy
Wilfried Goesgens aeaeabf25e Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
..
README.md Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
etcd.yml Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
vulcand.yml Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00

README.md

etcd on Kubernetes

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:

  • create a replication controller like service that knows how to add and remove nodes from the cluster correctly
  • use kubernetes secrets API to configure TLS for etcd clients and peers