rqlite-operator

a Kubernetes operator for the rqlite database

Building from Source

Prerequisites

For this build, I am assuming you are working on a Linux system that has the following packages installed:

Modify the Makefile environment variables to your local environment by changing the following in the Makefile:

Build Steps

Building the rqlite-operator from source code includes the following:

mkdir rqlite-operator
git clone https://github.com/jmccormick2001/rqlite-operator.git
cd rqlite-operator
make rqliteimage
make operatorimage