Skip to content

Instantly share code, notes, and snippets.

@wzhliang
Created February 22, 2020 01:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wzhliang/bfb08b2829686fbafaa618af5ee0ab7d to your computer and use it in GitHub Desktop.
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment