Skip to content

pulcy/kube-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kube-lock

GoDoc

Kube-lock is a simple Go library that implementation a distributed lock using annotations on a Kubernetes resource.

See examples folder for a simple example for both libraries.

Details

In this folder you'll find the basic lock functionality. This is abstracted using get and update functions.

In the k8s/ericchiang folder you'll find a Kubernetes specific implementation using the lightweight yet comprehensive ericchiang/k8s. It implements get & update functions for various resources.

In the k8s/yaklabs folder you'll find a Kubernetes specific implementation using the lightweight YakLabs/k8s-client. It implements get & update functions for various resources.

About

Simple distributed locking support for Kubernetes, using annotations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages