Skip to content

Conversation

@nb923
Copy link

@nb923 nb923 commented Mar 23, 2025

Checklist:

  • You have signed off your commits
  • Ensure you follow best practices from our guide. Contributing.
  • You have included screenshots when changing the website style or adding a new page.

Description of your changes:
Added one liner descriptions about components in /docs/components/ as suggested by issue #4043.

image

Issue #4043

Closes: #4043

Labels

/area website


@google-oss-prow google-oss-prow bot added area/website AREA: Website Styles/Hosting/Serving needs-ok-to-test labels Mar 23, 2025
@google-oss-prow
Copy link

Hi @nb923. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign andreyvelich for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok-to-test

Copy link
Member

@milinddethe15 milinddethe15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to specify feature of each components.

+++
title = "Model Registry"
description = "Documentation for Kubeflow Model Registry"
description = "Central Index for Indexing and Managing ML Models"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Central Index for Indexing and Managing ML Models"
description = "Repository for storing and versioning ML models and metadata"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry but model registry is NOT a repository, it's a metadata-only-store.

+++
title = "Kubeflow Notebooks"
description = "Documentation for Kubeflow Notebooks"
description = "Running Development Environments Inside Kubernetes Clusters"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Running Development Environments Inside Kubernetes Clusters"
description = "Interactive environments for data exploration and model development"

+++
title = "Kubeflow Pipelines"
description = "Documentation for Kubeflow Pipelines."
description = "Building and Deploying Scalable ML Workflows in Docker Containers"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Building and Deploying Scalable ML Workflows in Docker Containers"
description = "Platform for building and deploying ML workflows using containers"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not call Kubeflow Pipeline a platform, since "Kubeflow is a collection of tools", and KFP is just one tool from Kubeflow Foundation.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also use OCI instead of docker.

+++
title = "Kubeflow Trainer"
description = "Documentation for Kubeflow Trainer"
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings"
description = "Distributed training toolkit for machine learning models"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that we call it Kubernetes-native tool for fine-tuning LLMs and model distributed training.

+++
title = "Katib"
description = "Documentation for Kubeflow Katib"
description = "Kubernetes-Native Automated Machine Learning (AutoML)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Kubernetes-Native Automated Machine Learning (AutoML)"
description = "Hyperparameter tuning and neural architecture search tool"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer if we call Katib, tool for AutoML on Kubernetes.

@milinddethe15
Copy link
Member

cc @kubeflow/kubeflow-steering-committee for review

@juliusvonkohout
Copy link
Member

@andreyvelich @tarilabs @hbelmiro please review

Copy link
Member

@tarilabs tarilabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed as requested, with optional suggestion below

/lgtm

Co-authored-by: Matteo Mortari <[email protected]>
Signed-off-by: Julius von Kohout <[email protected]>
@google-oss-prow google-oss-prow bot removed the lgtm label Jun 17, 2025
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

Copy link
Member

@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need WG to review this one-liner info for each Kubeflow Tool.
cc @kubeflow/wg-training-leads @kubeflow/wg-automl-leads @kubeflow/wg-data-leads @kubeflow/wg-pipeline-leads @kubeflow/wg-notebooks-leads @kubeflow/wg-manifests-leads @kubeflow/kubeflow-steering-committee

+++
title = "Katib"
description = "Documentation for Kubeflow Katib"
description = "Kubernetes-Native Automated Machine Learning (AutoML)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer if we call Katib, tool for AutoML on Kubernetes.

+++
title = "Kubeflow Pipelines"
description = "Documentation for Kubeflow Pipelines."
description = "Building and Deploying Scalable ML Workflows in Docker Containers"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not call Kubeflow Pipeline a platform, since "Kubeflow is a collection of tools", and KFP is just one tool from Kubeflow Foundation.

+++
title = "Kubeflow Trainer"
description = "Documentation for Kubeflow Trainer"
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that we call it Kubernetes-native tool for fine-tuning LLMs and model distributed training.

@tarilabs
Copy link
Member

We need WG to review this one-liner info for each Kubeflow Tool.

thank you @andreyvelich , for MR WG we did it with #4055 (review)

@github-actions
Copy link

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.

@github-actions
Copy link

This pull request has been automatically closed because it has not had recent activity.You can reopen the PR if you want.

@github-actions github-actions bot closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/website AREA: Website Styles/Hosting/Serving lifecycle/stale ok-to-test size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature(website): Add one-liner info about the components of KubeFlow in the docs

6 participants