I'm starting a series of blog posts to explore CloudNativePG (CNPG), a Kubernetes custom operator for PostgreSQL that automates high availability in containerized environments.

PostgreSQL itself supports physical streaming replication, but doesn’t provide orchestration logic — no automatic promotion, scaling, or failover. Tools like Patroni fill...