yzia2000 / postgres-config-operator

Kubernetes Operator to maintain PostgreSQL configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL Configuration Operator

The Postgres Configuration Operator allows for declarative configuration of PostgreSQL instances using Custom Resource Definitions (CRDs).

This operator is written using the Operator SDK.

Operator Features

Getting Started

As this operator is in early development, there are no releases at the moment.

To build a copy of the operator and push the resulting image to a Docker registry, use the following command:

make docker-build docker-push IMG="localhost:5000/postgres-config-operator:latest"

To deploy to a running Kubernetes cluster using the current context configured with kubectl, use:

make deploy IMG="localhost:5000/postgres-config-operator:latest"

Development & Testing

Testing can be done locally by simply running:

make test

Examples

Example manifests can be found under config/samples/.

About

Kubernetes Operator to maintain PostgreSQL configuration

License:Other


Languages

Language:Go 91.5%Language:Makefile 7.8%Language:Dockerfile 0.7%