Hey everyone! I'm transitioning from AWS to an on-prem setup and I'm curious about the best solutions for using PostgreSQL on Kubernetes. I've heard of the Zalando PostgreSQL operator, but I'm looking for other recommendations. What tools do you guys use? Thanks!
3 Answers
The Zalando operator works fine too; I've been using it for a while. But just be cautious if you don’t have a dedicated DBA, as it might activate extensions that could slow things down significantly.
Thanks for the heads-up!
I use CloudNativePG along with EasyMile's Postgres operator. It allows you to manage users and groups across different namespaces effectively. CNPG alone is solid and very reliable!
You might want to check out CloudNativePG. It's pretty straightforward to use and does a great job with reliability and recovery.
Thanks, I'll look into that!
Does CloudNativePG have a UI for managing databases?
Good to know! I'll consider my team’s expertise before choosing.