Skip to content

jmccormick2001/rqlite-operator

Repository files navigation

description
A Kubernetes operator for the rqlite database.

rqlite-operator

Getting Started

You can install the rqlite-operator as follows:

$ make setup
$ make test
$ make clean

This example above assumes you have a working k8s cluster available and you are running as a cluster-admin user.

Verify the rqlite-operator is running and a sample rqlite deployment of 3 nodes is running:

$ make verify

Documentation

Design

Building from Source