Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Kubernetes driver #182

Open
micahhausler opened this issue Sep 25, 2017 · 0 comments
Open

Implement a Kubernetes driver #182

micahhausler opened this issue Sep 25, 2017 · 0 comments

Comments

@micahhausler
Copy link

A Kubernetes ConfigMap (or Secret) driver would be really handy for applications that already use libkv (like traefik), and supports almost the whole interface.

Calls Kubernetes Notes
Put X
Get X
Delete X
Exists X
Watch X
WatchTree
NewLock (Lock/Unlock) X Can kind of fudge this with annotations
List X
DeleteTree
AtomicPut
Close X

The key could be something like namespace/configMapName/key, but there are lots of possibilities.

This may be out of scope, but I just wanted to surface the idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant