I am new to flyte and have been looking through the installation instructions and deployment paths. I am attempting to use the single cluster deployment path, but am trying to do so in an on-prem cluster instead of in the cloud. How do I need to adjust the helm chart(s) to cater for an on-prem deployment instead of cloud? Or is there documentation on the subject (I haven’t been able to find any)?
y
Yee
06/27/2023, 12:07 AM
what are you using as the blob store/database?
is your blob store compliant with either s3 or gcs?
k
Ketan (kumare3)
06/27/2023, 1:20 PM
Something like minio
Things like ceph etc are supported, but we have not tried them
b
Brennan Tolman
06/27/2023, 4:19 PM
The sandbox installation recommended minio so I was thinking of just setting up a stateful minio service. Would that work?
y
Yee
06/27/2023, 4:51 PM
it should yeah, for the most part. you don’t get the durability/scale guarantees of s3 of course but it should
b
Brennan Tolman
06/27/2023, 5:14 PM
Right, that makes sense. When doing that, would I still use the flyte-binary helm chart to do an on prem install as mentioned in the docs? The sandbox, flyte, or flyte-deps helm charts are the ones that seem to have the minio charts included.