Skip to content

Commit

Permalink
Add Kubeflow Components Overview Diagram (#3650)
Browse files Browse the repository at this point in the history
* Add Kubeflow Components Overview Diagram

* Add ML tools to Diagram

* Fix diagram

* Change image to png

* Remove border

* Move Kubeflow Diagram to Introduction Page

* Fix typo

* Add name for all ML frameworks

* Modify Kubeflow Diagram

* Fix Diagram

* Change text style for diagram
  • Loading branch information
andreyvelich committed Jan 9, 2024
1 parent 230eb11 commit 60dc962
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions content/en/docs/started/introduction.md
Expand Up @@ -10,6 +10,13 @@ recreate other services, but to provide a straightforward way to deploy
best-of-breed open-source systems for ML to diverse infrastructures. Anywhere
you are running Kubernetes, you should be able to run Kubeflow.

The following diagram shows the main Kubeflow components to cover each step of ML lifecycle
on top of Kubernetes.

<img src="/docs/started/images/kubeflow-intro-diagram.drawio.svg"
alt="Kubeflow overview"
class="mt-3 mb-3">

## Getting started with Kubeflow

Read the [architecture overview](/docs/started/architecture/) for an
Expand All @@ -35,7 +42,7 @@ To use Kubeflow, the basic workflow is:
environment.

You can adapt the configuration to choose the platforms and services that you
want to use for each stage of the ML workflow:
want to use for each stage of the ML workflow:

1. data preparation
2. model training,
Expand Down Expand Up @@ -68,7 +75,7 @@ configure based on the cluster it deploys into.

## History

Kubeflow started as an open sourcing of the way Google ran [TensorFlow](https://www.tensorflow.org/) internally, based on a pipeline called [TensorFlow Extended](https://www.tensorflow.org/tfx/).
Kubeflow started as an open sourcing of the way Google ran [TensorFlow](https://www.tensorflow.org/) internally, based on a pipeline called [TensorFlow Extended](https://www.tensorflow.org/tfx/).
It began as just a simpler way to run TensorFlow jobs on Kubernetes, but has since expanded to be a multi-architecture, multi-cloud framework for running end-to-end machine learning workflows.

## Roadmaps
Expand Down

0 comments on commit 60dc962

Please sign in to comment.