Implement a Kubernetes driver
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- go, kubernetes
- Domain
- distributed-systems, infrastructure
Research direction
No files or tests are named. Start by reviewing libkv's existing driver interface and the Kubernetes ConfigMap or Secret API, then resolve the key format and behavior for unsupported calls such as WatchTree, DeleteTree, and AtomicPut. Done requires an agreed design and a complete driver implementation matching the supported interface.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- Go
- Stars
- 847
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from docker/libkv
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 28/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100