Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 627 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 627 Bytes
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