Patroni How to access etcd Guide to access an etcd cluster put command to write: etcdctl --endpoints=$ENDPOINTS put foo "Hello World!" get to read from etcd: etcdctl --endpoints=$ENDPOINTS get foo etcdctl --endpoints=$ENDPOINTS --write-out="json" get foo Last modified October 25, 2021: adding weights to tutorials section. Setting weight for the Tutorials page to be just below old Demos page. Setting weight in individual pages to match order in old Demos page. (#530) (f54f357)