KEP-0003: Technical implementation strategy for Kubeflow Hub rename#2239
Open
chambridge wants to merge 1 commit intokubeflow:mainfrom
Open
KEP-0003: Technical implementation strategy for Kubeflow Hub rename#2239chambridge wants to merge 1 commit intokubeflow:mainfrom
chambridge wants to merge 1 commit intokubeflow:mainfrom
Conversation
…w Hub rename Introduces KEP-0003 defining the technical implementation strategy for renaming "Kubeflow Model Registry" to "Kubeflow Hub" following community approval of KEP-907. The KEP establishes Kubeflow Hub as an umbrella project name grouping AI asset management components (Model Registry, Catalog, and future capabilities) while maintaining stable component names to minimize disruption. Key Technical Decisions: - Repository rename: kubeflow/model-registry → kubeflow/hub - Container registry hard cutover to ghcr.io/kubeflow/hub/* for new versions - Go developers encouraged to migrate to Kubeflow SDK - API paths remain unchanged for backwards compatibility - Python SDK package name stays "model-registry" (component-specific) - Kubernetes service names unchanged (component names remain accurate) - Addition of /catalog/ API alias alongside /model_catalog/ Design Approach: - Zero breaking changes to API paths and Python SDK - Hard cutover for container images with clear migration timeline - Component-by-component impact analysis with mitigation strategies - Comprehensive user stories covering all stakeholder groups - Phased graduation criteria (Alpha → Beta → Stable) - Detailed alternatives analysis with rationale for decisions The KEP follows proper KEP format with complete sections for summary, motivation, proposal, design details, test plan, graduation criteria, drawbacks, alternatives, and references. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduces KEP-0003 defining the technical implementation strategy for renaming "Kubeflow Model Registry" to "Kubeflow Hub" following community approval of KEP-907. The KEP establishes Kubeflow Hub as an umbrella project name grouping AI asset management components (Model Registry, Catalog, and future capabilities) while maintaining stable component names to minimize disruption.
Key Technical Decisions:
Design Approach:
The KEP follows proper KEP format with complete sections for summary, motivation, proposal, design details, test plan, graduation criteria, drawbacks, alternatives, and references.
Merge criteria:
DCOcheck)ok-to-testhas been added to the PR.If you have UI changes