Skip to content

CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance

License

Notifications You must be signed in to change notification settings

KenKilty/cloudnative-pg

Repository files navigation

Cloud Native PostgreSQL

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).

Quickstart for local testing (TODO)

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

About

CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Shell 1.5%
  • Other 0.3%