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.
- Configuration via flags
- Configurable lock type (LeaseLock, ConfigMap, Endpoint)
...