PostgreSQL(also known as postgres) is one of the most advanced open-source relational database management systems with SQL compliance. This repository will deploy PostgreSQL-13.3 HA as Kubernetes Statefulsets as per pg_auto_failover guidelines(https://pg-auto-failover.readthedocs.io).
- Fully managed PostgreSQL-13.3 statefulsets deployment using GitOps from Client Git repository.
- Configure Master/Slave deployment for HA/DR capability
- Store all database secrets in AppZ Vault
- Database Changes(New database, user, schema, tables etc) deployed using GitOps
- Built-in logging and monitoring using AppZ Dashboard
to be added..