Cloud Native PostgreSQL is a stack designed by 2ndQuadrant to manage PostgreSQL workloads on Kubernetes, particularly optimised for Private Cloud environments with Local Persistent Volumes (PV).
Temporary information on how to test PG Operator using private images on Quay.io:
kind create cluster --name pg
make deploy CONTROLLER_IMG=quay.io/2ndquadrant/cloud-native-postgresql-operator:$(git symbolic-ref --short HEAD | tr / _)
kubectl apply -f config/manager/2ndquadrant-k8s-postgresql-poc-secret.yaml
kubectl apply -f docs/src/samples/cluster-emptydir.yaml