Best Tools for Managing PostgreSQL on Kubernetes?

0
1
Asked By TechWiz4U On

I'm transitioning from AWS to an on-premises setup and I'm looking for recommendations on solutions for managing PostgreSQL. I've heard a bit about the Zalando PostgreSQL operator, but I'm curious about other options as well. What tools do you all use? Thanks!

3 Answers

Answered By KubeKing55 On

I've been using CloudNativePG along with EasyMile's Postgres operator. This setup lets me define users and groups across different namespaces which is very handy. But honestly, just CloudNativePG on its own is solid and has great recovery capabilities!

Answered By DataGuru99 On

You might want to check out CloudNativePG. It's reliable and does the job really well!

TechWiz4U -

Thx man!

PostgresAce -

Do you know if CloudNativePG comes with a UI or if there are any Kubernetes projects for that?

Answered By SQLFanatic On

The Zalando operator works too, I've had good experiences with it. Just a heads up, though—if your team lacks PostgreSQL DBAs, it might not be the best fit since it enables certain extensions that can slow things down significantly.

TechWiz4U -

Thx for the tip!

KubeKing55 -

Yeah, good point! It's all about knowing your team's expertise.

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.