Data Platform/Systems/PostgreSQL/Clusters
Appearance
(Redirected from Data Platform/Systems/CloudnativePG/Clusters)
Using the CloudnativePG operator, it becomes quite easy to deploy PostgreSQL clusters in Kubernetes.
We have created a custom cloudnative-pg-cluster chart, allowing users to create a cluster from a very simple YAML values file, such as this one.
fullnameOverride: postgres-airflow-analytics
By default, each cluster will upload base backups and WALs to a dedicated S3 bucket, and performs a daily backup at midnight UTC.
Observability
Dashboard
All cloudnative-pg clusters are instrumented using Prometheus and can be observed via this Grafana dashboard.
Monitoring
Logs
Operations and Troubleshooting
Please see: Data Platform/Systems/PostgreSQL/Operations
Backup and Restore
Please see: Data Platform/Systems/PostgreSQL/Backup_and_Restore