https://www.krenger.ch/blog/exploring-the-openshift-etcd-with-etcdctl/
etcdctl get / --prefix --keys-only --write-out=simple
etcdctl --write-out=json watch /openshift.io/project/test-etcd
etcdctl --write-out=json get /openshift.io/project/test-etcd
etcdctl --write-out=json put /openshift.io/project/test-etcd
etcdctl --write-out=json del /openshift.io/project/test-etcd