etcd-await-election enables leader election across multiple nodes using the distributed storage system etcd.
This project conceptually continues the idea of k8s-await-election, ensuring the exclusive execution of a user-defined process only after elections have been held. Unlike its predecessor, it does not require Kubernetes and operates directly with etcd.