S
S
sergiopanov2019-10-11 09:57:46
PostgreSQL
sergiopanov, 2019-10-11 09:57:46

When installing Airflow in Docker, should the Postgres container for Airflow metadata be installed in the same container or separately?

There is a need to use Airflow in a Docker container. Airflow will work with LocalExecutor with Postgres as the backend database.
(1) Postgres needs to be installed in an Airflow container.
(2) Postgres must be installed in a separate container from Airflow.
(3) Postgres needs to be installed on a separate host (there is already a database cluster where it is possible to add an airflow database).
Can't make a choice between (1), (2), (3). Please help me make the right informed choice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TheRonCronix, 2019-10-11
@TheRonCronix

Either 2 or 3. Of these, the choice is already determined by your infrastructure details, deployment requirements and the future of deployment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question