hello, im new to Metaflow, is it possible to use M...
# ask-metaflow
h
hello, im new to Metaflow, is it possible to use Metaflow with Kubernetes on a local server?, i tried with Minikube, the configuration passes and after i get this: The @kubernetes decorator requires --datastore=s3 or --datastore=azure or --datastore=gs at the moment.
e
You can install Minio on the cluster and use that as the s3-compatible datastore https://min.io/docs/minio/kubernetes/upstream/index.html
h
thnx, testing