-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
[Q&A] Combine this with an in-cluster Postgres? #164
Comments
I spent some time with this and attempted a setup with CloudNativePG - unfortunately, the secret it generates is not compatible with the operator - so I went digging as to what I could do and in the process saw this: https://github.com/movetokube/postgres-operator/blob/master/charts/ext-postgres-operator/templates/operator.yaml#L52-L55 If this behaved just like any pod's Do you know of an alternative as to how to make this work? Thank you! ^^ EDIT: For reference:
|
I'm using this operator for managing users and database on daily basis in combo with zalando operator. It's quite simple:
|
@kirek007 knows the stuff. |
Hello!
Apologies for posting an issue ticket; Discussions seem to be disabled on this repo.
I had recently been struggling a lot with the Zalando Postgres Operator - having moved the cluster once seemed to have funked it real good and the recovery didn't work as intended. This has led me to look for a "better" solution where I could properly apply users and database credentials right next to the related deployments - which is exactly what this Operator does!
However, I would like to keep my resources in-cluster; my hardware is a little limited in quantity ;)
What would be a good method of applying this against an in-cluster postgres? Any known good charts or deployments that play nice with this?
I only host a few smaller apps like Piped, Shiori and the other odd ones that want a Postgres database - and I plan to use the good old
kind: Cronjob
to schedule backups.Thank you and have a great day!
PS.: Your code is an excellent resource for the basics of writing an operator. Been reading it, might try my hand at writing my own in the future!
The text was updated successfully, but these errors were encountered: