Postgresql

This stack deploys an ‘operated’, centralized postgresql cluster via cloudnative-pg’s operator. Movetokube’s ext-postgres-operator is deployed to automate provisioning per-app users and databases. For webUI-based db administration and querying, pgadmin is deployed separately in the database namespace (see kubernetes/apps/database/pgadmin/).

Alternatively, an init container can be attached to deployments as an initContainer and used to provision application databases.