What PostgreSQL solution should I use for Kubernetes?

0
0
Asked By CloudySkies42 On

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

Answered By ZalandoFan23 On

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.

KubeCritic42 -

Good to know! I'll consider my team’s expertise before choosing.

GratefulUser88 -

Thanks for the heads-up!

Answered By KubeMasters On

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!

Answered By PostgresGuru99 On

You might want to check out CloudNativePG. It's pretty straightforward to use and does a great job with reliability and recovery.

HelpfulDude77 -

Thanks, I'll look into that!

DatabaseDiva12 -

Does CloudNativePG have a UI for managing databases?

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.