google / google/ml-metadata

best practices on production deployment?

Open
#76 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
685
Forks
185
PR merge metrics
No merged PRs in 30d

Description

I wonder what is a recommended way of deploying `mlmd` in production?

The only piece in documentation about starting gRPC server I found [here](https://www.tensorflow.org/tfx/guide/mlmd#use_mlmd_with_a_remote_grpc_server):
```
bazel run -c opt --define grpc_no_ares=true //ml_metadata/metadata_store:metadata_store_server
```
Did I miss something?

What would be the best approach to deploy `mlmd` in Kubernetes?
Some example manifests / documentation on this could be very helpful.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.