ResonantGeoData / RD-OASIS

ResonantGeoData OASIS Deployment
Apache License 2.0
2 stars 1 forks source link

Add infrastructure for running jobs in Amazon EKS #34

Closed jjnesbitt closed 2 years ago

jjnesbitt commented 2 years ago

I've been able to successfully spin up the necessary infrastructure with terraform (EKS cluster, autoscaling groups, etc.), as well as test that jobs can be dispatched to the cluster correctly. However, currently, the jobs always fail, as I've been dispatching them locally, and they can't access my local deployment to access the database, minio/s3, etc. Once we have a public heroku deployment, I can test it against that.

TODO