pgroles-operator
Kubernetes operator crate for pgroles.
This crate contains the controller, CRD types, and reconciliation logic for
running pgroles continuously in Kubernetes against PostgresPolicy
resources.
What It Includes
PostgresPolicyCRD types- Reconciler and controller wiring
- Status condition updates
- Secret-backed database connectivity
- CRD generation binary (
crdgen)
Install
This crate is maintained in-repo.
Library from source:
[]
= { = "https://github.com/hardbyte/pgroles", = "v0.1.3" }
Intended Audience
- Contributors working on the operator implementation
- Platform teams evaluating the Kubernetes reconciliation model
Operator docs: https://hardbyte.github.io/pgroles/docs/operator