https://github.com/jw3/example-citus-operator
A Citus Postgres operator with Rust
https://github.com/jw3/example-citus-operator
citus kubernetes operator postgresql postgresql-operator rust
Last synced: about 2 months ago
JSON representation
A Citus Postgres operator with Rust
- Host: GitHub
- URL: https://github.com/jw3/example-citus-operator
- Owner: jw3
- Created: 2024-04-02T15:12:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T01:59:16.000Z (over 2 years ago)
- Last Synced: 2025-02-01T21:22:05.523Z (over 1 year ago)
- Topics: citus, kubernetes, operator, postgresql, postgresql-operator, rust
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
example citus operator
===
Using the Kube crate to manage a Citus Postgres cluster
## usage
1. install the crd `k apply -f crd.yml`
2. deploy a cluster `k apply -f deploy.yml`
## reference
- https://github.com/Pscheidl/rust-kubernetes-operator-example
- https://docs.citusdata.com/en/v6.0/index.html
- https://github.com/citusdata/membership-manager/blob/master/manager.py
- https://github.com/citusdata/docker