Follow these instructions to locally install, run, and test a single-member cluster of etcd: Install etcd from pre-built binaries or from source. For details, see Install. Important: Ensure that you perform the last step of the installation instructions to verify that etcd is in your path. Launch etcd: $ etcd {"level":"info","ts":"2021-09-17T09:19:32.783-0400","caller":"etcdmain/etcd.go:72","msg":... } ⋮ Note: The output produced by etcd are logs — info-level logs can be ignored. From ano...