/leader-elector

Simple Leader Election for Kubernetes

Primary LanguageGoApache License 2.0Apache-2.0

Leader Elector

A simple leader election sidecar container for Kubernetes based on the recent client-go library. It aims to provide an alternative to the widely used but outdated election component of kubernetes/contrib.

Work in Progress

  • Configuration via flags
  • Configurable lock type (LeaseLock, ConfigMap, Endpoint)

Usage

...