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

Deploying common PostgreSQL cluster in HA. #439

Closed
ricsanfre opened this issue Jun 9, 2024 · 2 comments
Closed

Deploying common PostgreSQL cluster in HA. #439

ricsanfre opened this issue Jun 9, 2024 · 2 comments
Milestone

Comments

@ricsanfre
Copy link
Owner

Scope

Deploy a common PosgreSQL cluster to provide database services to different applications. Currently, a postgreSQL instance is required by Keycloak, using bitnami packaged helm chart, but in the future to test microservices architecture, I will need to have other postgreSQL databases.

Requirements

  • Create a common namespace: databases where common databases services can be deployed, so they can be used by different applications
  • Deploy PosgreSQL cluster (HA deployment)
  • Migrate Keycloak installation to use external PostgreSQL database-

Possible alternatives

@ricsanfre
Copy link
Owner Author

CloudNative-PG:

@ricsanfre
Copy link
Owner Author

CloudNative PG deployment and Keycloak external database in HA configuration solved partially with PR #458. Some commits on top of that PR fixed some of the initial issues. This commit fixes all issues 5bfaa97

Corresponding documentation updates added is commit f8c23cd

@ricsanfre ricsanfre added this to the release 1.9 milestone Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant