k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.65k stars 237 forks source link

Add Dockerfile for building Kine in a container image #27

Closed simonferquel closed 4 years ago

simonferquel commented 4 years ago

Such a container could be used as a sidecar container for any k8s api server (such as aggregated APIs).

Contributes to #26.

I picked alpine 3.11 as the base image to try to keep things tiny.