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
- Host: GitHub
- URL: https://github.com/rqlite/kubernetes-configuration
- Owner: rqlite
- License: mit
- Created: 2022-10-28T15:47:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T18:08:26.000Z (about 2 years ago)
- Last Synced: 2025-01-07T08:12:59.284Z (about 1 year ago)
- Size: 23.4 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```