An open API service indexing awesome lists of open source software.

https://github.com/rqlite/kubernetes-configuration

Configuration for running rqlite on Kubernetes
https://github.com/rqlite/kubernetes-configuration

Last synced: 6 months ago
JSON representation

Configuration for running rqlite on Kubernetes

Awesome Lists containing this project

README

          

# kubernetes-configuration
Configuration for running rqlite on Kubernetes. Full documentation on running rqlite on Kubernetes is available [here](https://rqlite.io/docs/guides/kubernetes/).

Alternatively you may wish to use the [rqlite Helm charts](https://github.com/rqlite/helm-charts).

## Create a 3-node cluster
```bash
kubectl apply -f service.yaml
kubectl apply -f statefulset-3-node.yaml
```