Looking for an Operator to Manage AWS RDS Databases

0
11
Asked By TechyNinja42 On

Hey everyone! I'm on the hunt for a custom resource definition (CRD) operator that can help with creating, updating, and deleting databases in an AWS RDS cluster. This would primarily be for temporary development environments where we need to set up and tear down databases frequently. Ideally, I want to manage everything within a single cluster. The last time we explored this, we tried using Service Catalog and Service Broker, but it didn't pan out well, so we moved on, especially since it seemed like AWS had shifted focus too. Any suggestions would be greatly appreciated! Thanks!

5 Answers

Answered By CloudGuru99 On

You might want to check out Crossplane; it’s quite capable of managing RDS databases. It supports creating and deleting resources dynamically, which sounds like it could suit your needs perfectly!

Answered By DatabaseWhiz On

Have you considered using Percona? It might be worth exploring for managing your databases within RDS.

Answered By DevOpsDude88 On

Crossplane is a solid choice for this kind of task! It’s pretty flexible and offers good integration with AWS services including RDS.

Answered By RepoHunter77 On

Take a look at the AWS Controllers for Kubernetes rds-controller available on GitHub. It might do exactly what you're looking for as it can handle RDS resources efficiently.

Answered By PostgresFanatic On

I’ve got a Postgres operator that might be useful for you! You can find it on GitHub. It manages databases, schemas, users, and extensions specifically for Postgres within an RDS cluster.

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.