etcd Command Examples

A distributed, reliable key-value store for the most critical data of a distributed system. More information: https://etcd.io.

etcd

etcd --advertise-client-urls {{http://127.0.0.1:1234}} --listen-client-urls {{http://127.0.0.1:1234}}

etcd --name {{my_etcd_cluster}}

etcd --enable-pprof --metrics extensive