|
@@ -93,6 +93,10 @@ This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and etcd proxy
|
|
|
|
|
|
|
|
Every cluster member and proxy accepts key value reads and key value writes.
|
|
Every cluster member and proxy accepts key value reads and key value writes.
|
|
|
|
|
|
|
|
|
|
+### Running etcd on Kubernetes
|
|
|
|
|
+
|
|
|
|
|
+If you want to run etcd cluster on Kubernetes, try [etcd operator](https://github.com/coreos/etcd-operator).
|
|
|
|
|
+
|
|
|
### Next steps
|
|
### Next steps
|
|
|
|
|
|
|
|
Now it's time to dig into the full etcd API and other guides.
|
|
Now it's time to dig into the full etcd API and other guides.
|
|
@@ -132,3 +136,4 @@ See [reporting bugs](Documentation/reporting_bugs.md) for details about reportin
|
|
|
|
|
|
|
|
etcd is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.
|
|
etcd is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.
|
|
|
|
|
|
|
|
|
|
+
|