fussybeaver / noria-operator

A kubernetes operator for the noria database backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noria-operator: a kubernetes operator for the Noria database

This operator brings high availability with stateful persistence on a clustered environment to the high performance database engine Noria.

Getting started

You can install the operator using helm:

helm repo add fussybeaver 'https://raw.githubusercontent.com/fussybeaver/noria-operator/master/helm'
helm repo update
helm install generic fussybeaver/noria-operator

Then adjust and apply a manifest such as the sample manifest in this repository.

kubectl apply -f 'https://raw.githubusercontent.com/fussybeaver/noria-operator/master/manifest/simple.yaml'

About

A kubernetes operator for the noria database backend


Languages

Language:Rust 94.5%Language:Dockerfile 4.9%Language:Smarty 0.6%