-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: initial proposal for OCI artifact registry #48
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rchincha The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Partially addresses kubeflow/community#682 Signed-off-by: Ramkumar Chinchani <[email protected]>
cc: @rareddy |
@rchincha thanks for this proposal. There is certainly a lot of interest around OCI registry for ML model data. One of the ideas being discussed within the model registry team is to add support in some fashion for an OCI registry as a default store for artifacts. |
@dhirajsb This proposal is aligned with https://github.com/kubeflow/community/pull/682/files#diff-aaf54745ecb36016135c83a5a41a03025574ecb492aec56ef6d2c7c902abfe17R180 Basically, why invent a new piece of machinery when a required infra piece like the container registry is evolving to be more general-purpose. Furthermore, chances are no need to worry about support/maintenance since standards-based and many implementations likely available. From what I know and am learning, it appears mlmd client needs to "learn" (somehow) to use the registry as the datastore.
|
Cross-posting here ... https://kccnceu2024.sched.com/event/1YeLi |
Although, container registry is becoming more general purpose, it'll still be a single type of storage service for storing model data. Which, excludes other data stores like S3, and other data sources like files, DBs, etc. for training data sources/features.
The mlmd based approach is to not store the data in the model registry, but to store references (links) to the data in external store. Basically, we decouple the storage of the data and references to data. So, there is not much learning involved there. |
Will try to give a presentation on next Kubeflow registry meeting on Apr 1. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen likely in some 1.10 roadmap to integrate some default, ootb storage complementary solution for [this] model registry |
@tarilabs: The In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/remove-label lifecycle/stale |
@tarilabs: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/remove-label lifecycle/stale |
@tarilabs: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Partially addresses kubeflow/community#682
Description
How Has This Been Tested?
Merge criteria: