k3s-io/kine
Run Kubernetes on MySQL, Postgres, sqlite, not etcd. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 2669
- days_rel: 7
- days_push: 7
- n_releases_24m: 46
Adoption not part of the score
2396 stars · 308 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kine is an etcd shim that translates the etcd API into calls against SQLite, Postgres, MySQL/MariaDB, or NATS, letting Kubernetes use those backends instead of etcd. It can run standalone so any Kubernetes distribution, not just K3s, can use alternative data stores.
Use cases
- run kubernetes without etcd using postgres as the backing store
- use mysql or mariadb as the kubernetes datastore
- use sqlite for lightweight single-node kubernetes clusters
- replace etcd in an existing k8s cluster with a sql database
- back kubernetes state with nats
When to choose
- you already operate mysql, postgres, or sqlite infrastructure and want to reuse it for kubernetes
- you run k3s or another lightweight cluster where etcd is overkill
- you need simpler backup and restore semantics than etcd provides
When to avoid
- you need the full etcd API for general-purpose use, since kine implements only a subset
- you run large clusters where etcd's performance and ecosystem tooling are proven
- you rely on etcd-specific features like full watch semantics or etcdctl
Facets
library · maturity active
database database-driver middleware databases infrastructure-as-code developer-tools go cross-platform etcd-shim kubernetes k3s sqlite postgres mysql nats containers linux
1 source
- readme: https://github.com/k3s-io/kine · fetched 2026-08-28 · 74ead89b352d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| k3s-io/kine | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem