<https://outerbounds-community.slack.com/archives/...
# ask-metaflow
a
https://outerbounds-community.slack.com/archives/C02116BBNTU/p1676013974756079?thread_ts=1675989837.483879&amp;cid=C02116BBNTU @fancy-eve-65019, am curious if it’s possible for you to share how do you manage the Metaflow datastore (I.E S3 bucket), Do you have all the clients using the one s3 bucket ?
1
f
@adventurous-gigabyte-81428, users use their own s3 buckets. They register their access credentials as k8s secrets in their k8s namespace and use
Copy code
--with=kubernetes:secrets=my-s3-secret
a
oh, thanks for the input that's helpful. I'm exploring around this area of managing "clients" through isolating various resources. i was going down the path of having multiple nodegroups per client and each nodegroups is tied to an IAM with specific access to S3.
Lots of researching in around kubernetes ( 🤯 )