Hello! I'd like to set up Flyte on Coreweave. Is there documentation available for setting up Flyte on non-AWS, non-GCP k8s clusters?
f
freezing-airport-6809
12/28/2022, 2:38 AM
Some folks use it on azure. And some folks working on - on prem
freezing-airport-6809
12/28/2022, 2:40 AM
Basically 3 requirements are important
• k8s
• sql store - postgres (metadata)
• blob store- s3/gcs/minio etc. ideally if you don’t want to do more work then should be supported by https://github.com/graymeta/stow / fsspec
f
future-energy-73082
12/28/2022, 3:15 AM
Thanks! Any pointers to documentation which shows how to interface flyte with these in a general setting?
f
freezing-airport-6809
12/28/2022, 4:45 AM
Hmm you mean s3 etc, the default
Configs should help for the
Cloud providers
e
elegant-australia-91422
01/09/2023, 6:08 PM
@future-energy-73082 we deploy Flyte on EKS today, but our deployment is relatively unopinionated about the AWS pieces (short of direct references to S3). If you deploy in-cluster postgres it should be pretty straightforward to use with the helm chart