LOCK acquires a distributed mutex with a given name. Once the lock is acquired, it will be held until etcdctl is terminated. Prerequisites Install etcd and etcdctl Creating a lock lock for distributed lock: etcdctl --endpoints=$ENDPOINTS lock mutex1 Options endpoints - defines a comma-delimited list of machine addresses in the cluster. ttl - time out in seconds of lock session.