Due to more usage of Metaflow company wide, we're ...
# ask-metaflow
a
Due to more usage of Metaflow company wide, we're attempting to go down path of multi-tenant support. Aside from creating our own additional IAM roles, Service Accounts (K8s environment), If we were to have multiple s3 bucket per "team" instead of one giant s3 bucket for the metaflow's datastore, do i have to deploy multiple of the UI-backend and UI-frontend? https://github.com/Netflix/metaflow-service/tree/master/services/ui_backend_service At the moment it seems like UI backend reads from the datastore to display the ongoing metaflow task that's being run. https://github.com/outerbounds/terraform-aws-metaflow/blob/master/modules/ui/locals.tf#L25