What PostgreSQL Setup Would You Choose for Production in 2025?

0
28
Asked By TechieTornado42 On

I'm looking for advice on what PostgreSQL solution to use for running a production workload in 2025. We're onboarding a critical application that needs to avoid any data loss, and due to server provisioning constraints, we're moving to Kubernetes. We want to create a production-grade setup quickly without needing all server resources right away.

Here's what we're working with:
- Servers with dense CPU and memory
- Raw HDDs and SSDs
- Kubernetes

Our goals include having an easy-to-setup and maintain solution, scalability, robust backups, true persistence, read replicas, and monitoring via dashboards. Given these requirements, what would you recommend for running PostgreSQL 18? Is Kubernetes still a challenging landscape for managing database workloads?

5 Answers

Answered By K8sAdventurer On

A lot of folks find Kubernetes tricky for stateful workloads, but I think it depends on the context and configuration. We're currently running our PostgreSQL workloads in Kubernetes as a stateful set, managing replication and failover with persistent volume claims to ensure reliability.

Answered By StorageSage123 On

Using dedicated bare metal really only makes sense if you have special performance tuning needs. Otherwise, I believe CloudNative-PG hits the sweet spot, particularly with its Grafana dashboard for monitoring. Just make sure your storage setup is well-thought-out.

Answered By CloudWhizKid On

I love working with Cloud Native PostgreSQL! We use it for a high-profile project and haven’t faced any issues. The built-in S3 backups are a game changer, offering great recovery options if needed.

Answered By PostgresGuru88 On

I'd recommend CloudNative-PG for your needs; it's pretty comprehensive and meets all your requirements. I'm not entirely sure what "true" persistence means in this context, but it lets you use PVCs, which should cover that. Plus, it's stable and easy to get started with.

Answered By DataDive101 On

If you’re looking for a bit of flair, StackGres offers a nice UI along with solid functionality. It's quite user-friendly and has been stable for us.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.