forked from k3s-io/kine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35aa313
commit 79cf060
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Kine (Kine is not etcd) | ||
|
||
Kine is an etcdshim that translates etcdapito sqlite, Postgres, Mysql, dqlite | ||
|
||
### Features | ||
- Can be ran standalone so any k8s (not just k3s) can use Kine | ||
- Implements a subset of etcdAPI (not usable at all for general purpose etcd) | ||
- Translates etcdTX calls into the desired API (Create, Update, Delete) | ||
- Backend drivers for dqlite, sqlite, Postgres, MySQL |