/leader-election

Leader election implementation using etcd go client leader election & k8s go client leader election

Primary LanguageGoApache License 2.0Apache-2.0

Leader Election

Leader election implementation using etcd go client leader election & k8s go client leader election

Implementations

  • etcd: Leader election using etcd leader election API.
  • k8s: Leader election using kubernetes API and Lease object.