Skip to content

Commit

Permalink
Added a README
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Nov 23, 2019
1 parent 35aa313 commit 79cf060
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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

0 comments on commit 79cf060

Please sign in to comment.