Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
/ kine Public archive
forked from k3s-io/kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.

License

Notifications You must be signed in to change notification settings

giantswarm/kine

 
 

Repository files navigation

Kine (Kine is not etcd)

Kine is an etcdshim that translates etcd API to sqlite, Postgres, Mysql, and 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

About

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.9%
  • Shell 2.8%
  • Dockerfile 0.3%