Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CNPG's cluster as an optional way to deploy a postgres cluster with this chart? #559

Open
jessebot opened this issue May 17, 2024 · 0 comments
Labels
good first issue Good for newcomers question Further information is requested

Comments

@jessebot
Copy link
Collaborator

I use the Cloud native postgres operator for my personal deployments of anything with a postgres cluster requirement. I can't be the only one who does, as it offers TLS, backups (on demand and scheduled including wal archives and works with local S3 instances), restores, and other scaling features.

The operator helm chart is pretty solid, but when we first started using this operator, it didn't yet have the cloudnative-pg/charts cluster helm chart available, meaning we rolled our own, small-hack/cloudnative-pg-cluster-chart. Now that it's out, although still in development, perhaps we integrate it as an optional way to deploy postgresql with this chart?

Potential blockers

  1. I am unsure if the cloudnative-pg/charts cluster helm chart](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster) has TLS working for it. This is something we've rolled into our small-hack/cloudnative-pg-cluster-chart, so if it's not available, we can submit an issue/PR to the official repo, and just use the small-hack chart for now

Context

Open to any suggestions or feelings on the matter :)

@jessebot jessebot added good first issue Good for newcomers question Further information is requested labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant