LD4P / ils-middleware

PoC for using Apache Airflow to manage interactions with multiple ILS
Apache License 2.0
0 stars 1 forks source link

FOLIO Installation DAG #54

Open jermnelson opened 2 years ago

jermnelson commented 2 years ago

For the proof-of-concept (PoC), a multi-tenant FOLIO Instance running either platform-core or platform-complete with sul and cornell tenants will need to be installed in an AWS Kubernetes cluster. An Installation DAG would allow us to replicate installations in different kubernetes environments and lessen some of the pain points with current FOLIO installations.

Starting point is to following the README directions in https://github.com/sul-dlss/folio-k8s.

jermnelson commented 2 years ago

This is proving more challenging in that we would need to access kubernetes with the proper credentials in the Airflow environment and persist the connections across the different tasks. We may be able to build a custom Docker image to do this but given the time and effort necessary, this is out-of-scope for the proof-of-concept.