From d2d457a45f49a0ce8142e3535b38e0c308b96034 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 26 Sep 2020 07:45:05 +1000 Subject: [PATCH] Add k8s option to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c910f2a..3b39948 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,7 @@ A docker-compose file is provided to run all components. See `docker-compose.jso to set configuration options, then generate the compose file with `./generate-docker-compose`. Then run `docker-compose up`. +There is also a kubernetes-based option, but it is less configurable and only supports replication nodes. +See [k8s.jsonnet](./k8s.jsonnet) for details. + Further details of installing and configuring the backfiller are provided in [INSTALL.md](./INSTALL.md).