k3s-io / kine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kine (Kine is not etcd)

==========================

Kine is an etcdshim that translates etcd API to:

  • SQLite
  • Postgres
  • MySQL
  • NATS

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)

See an example.

Developer Documentation

A high level flow diagram and overview of code structure is available at docs/flow.md.

About

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

License:Apache License 2.0


Languages

Language:Go 84.3%Language:Shell 10.1%Language:Python 4.1%Language:Dockerfile 0.8%Language:Makefile 0.6%