Is it possible to use existing cloud provider managed databases like AWD RDS #953
Answered
by
michaeljguarino
thesobercoder
asked this question in
Q&A
|
Is it possible to use existing cloud provider managed databases like AWD RDS? I ask this as many teams might just want to just hook up a fully managed instance when deploying an application like Airflow and not deploy a Kubernetes instance of Postgres. |
Answered by
michaeljguarino
Feb 19, 2023
Replies: 1 comment
|
This is actually fully supported, and for some of our higher-trafficked docs, we've documented the process, eg for airbyte you can see the docs here: https://github.com/pluralsh/plural-artifacts/blob/main/airbyte/plural/docs/bring-your-own-db.md These docs will become visible in the plural console in a soon-to-be-released version as well, but generally pluralsh/plural-artifacts is the place to go to see how everything is packaged |
0 replies
Answer selected by
michaeljguarino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is actually fully supported, and for some of our higher-trafficked docs, we've documented the process, eg for airbyte you can see the docs here: https://github.com/pluralsh/plural-artifacts/blob/main/airbyte/plural/docs/bring-your-own-db.md
These docs will become visible in the plural console in a soon-to-be-released version as well, but generally pluralsh/plural-artifacts is the place to go to see how everything is packaged