

The Database Cloud
5 snips Mar 16, 2025
Alvaro Hernandez, a software engineer known for his expertise in PostgreSQL and Kubernetes, shares insights on Stackgres, a comprehensive database cloud solution. He elaborates on leveraging Kubernetes for high availability, featuring primary and replica nodes managed by Patroni. The conversation touches on the power of Custom Resource Definitions to automate operations, seamlessly integrating PostgreSQL with Kubernetes. Alvaro also discusses failover mechanisms, containerization benefits, and the challenges of multi-leader setups, all while advocating for community-driven best practices.
AI Snips
Chapters
Transcript
Episode notes
Stackgress as a Database Cloud
- Stackgress is a database cloud solution for Postgres, runnable on any cloud.
- Kubernetes is the perfect solution for a product like Stackgress due to its API and portability.
Alternatives to Kubernetes
- Consider Kubernetes's potential demise and explore alternative solutions for running Stackgress.
- Bare metal or other platforms might be options if Kubernetes becomes unavailable.
Stackgress: A Complete Postgres Platform
- Stackgress is a comprehensive platform for running Postgres anywhere, with built-in features.
- It simplifies Postgres management while maintaining production quality, akin to GitLab for Postgres.