Closed
Description
It would be great if the library could provide an out of the box module to implement leader election.
The sync library has an implementation in https://github.com/kubernetes-client/python/blob/master/kubernetes/base/leaderelection/
Is it something that the asyncio library could provide?