Replies: 1 comment 4 replies
-
I suggest (also as a general rule) we be very light-touch in this, e.g.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Several core applications including Keycloak and JupyterHub require a database (typically PostgreSQL) either as a mandatory requirement or as a preference (eg. jupyterhub normally uses sqlite but recommends PostgreSQL).
K8TRE should standardise how such databases are deployed and managed on cluster. Alternatively, the host organisation may choose to deploy these databases off cluster (eg. Azure managed PostgreSQL, etc.) and configure the applications accordingly.
CloudNativePG allows declarative setup and management of PostgreSQL databases on k8s and plays nicely with ArgoCD as well.
There may be other options that we can discuss here.
Beta Was this translation helpful? Give feedback.
All reactions