View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

CloudNativePG

Install CloudNativePG PostgreSQL operator.

Usage with Kubernetes

Read k8s-install.sh and run to install the operator :

bash cnpg/install.sh

See manifest/postgis-cluster.yaml to create a sample cluster :

kubectl -n cnpg apply -f "cnpg/manifest/postgis-cluster.yaml"

See manifest/job-import-naturalearth.yaml to import sample data :

kubectl -n cnpg apply -f "cnpg/manifest/job-import-naturalearth.yaml"

Resources