Skip to content

Commit

Permalink
Change What is Kubeflow from 0.2v (kubeflow#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored and k8s-ci-robot committed Nov 13, 2018
1 parent 859c5bd commit 69bd72e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions content/docs/about/kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,21 @@ Ultimately, we want to have a set of simple manifests that give you an easy to
use ML stack _anywhere_ Kubernetes is already running, and that can self
configure based on the cluster it deploys into.

Kubeflow is *the machine learning toolkit for Kubernetes*.

## What is Kubeflow?

Originating at Google, Kubeflow is an open source project dedicated to making deployments of machine learning (ML) workflows on Kubernetes simple, portable and scalable. Our goal is not to 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.
Kubeflow is *the machine learning toolkit for Kubernetes*.

To use Kubeflow, the basic workflow is:

* Download the Kubeflow scripts and configuration files.
* Customize the configuration.
* Run the scripts to deploy your containers to your chosen environment.

You adapt the configuration to choose the platforms and services that you want
to use for each stage of the ML workflow: data preparation, model training,
prediction serving, and service management.

You can choose to deploy your workloads locally or to a cloud environment.

## History

Expand Down

0 comments on commit 69bd72e

Please sign in to comment.