File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 32
32
/docs/pipelines/install-sdk/ /docs/pipelines/sdk/install-sdk/
33
33
/docs/pipelines/lightweight-python-components/ /docs/pipelines/sdk/lightweight-python-components/
34
34
/docs/pipelines/build-pipeline/ /docs/pipelines/tutorials/build-pipeline/
35
- /docs/pipelines/pipelines-tutorial/ /docs/pipelines/tutorials/pipelines-tutorial/
35
+ /docs/pipelines/pipelines-tutorial/ /docs/gke/pipelines-tutorial/
36
+ /docs/pipelines/tutorials/pipelines-tutorial/ /docs/gke/pipelines-tutorial/
36
37
37
38
/docs/pipelines/metrics/ /docs/pipelines/sdk/pipelines-metrics/
38
39
/docs/pipelines/metrics/pipelines-metrics/ /docs/pipelines/sdk/pipelines-metrics/
Original file line number Diff line number Diff line change 1
1
+++
2
2
title = " Pipelines End-to-end on GCP"
3
3
description = " An end-to-end tutorial for Kubeflow Pipelines on GCP"
4
- weight = 2
4
+ weight = 15
5
5
+++
6
6
7
7
This guide walks you through a Kubeflow Pipelines sample that runs an MNIST
8
8
machine learning (ML) model on Google Cloud Platform (GCP).
9
9
10
10
## Introductions
11
11
12
+ [ Kubeflow Pipelines] ( /docs/pipelines/ ) is a platform for building and
13
+ deploying portable, scalable ML workflows based on
14
+ Docker containers. When you install Kubeflow, you get Kubeflow Pipelines too.
15
+
12
16
By working through this tutorial, you learn how to deploy Kubeflow on
13
17
Kubernetes Engine (GKE) and run a pipeline supplied as a Python script.
14
18
The pipeline trains an MNIST model for image classification and serves the model
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ weight = 10
6
6
7
7
Use this guide if you want to get a simple pipeline running quickly in
8
8
Kubeflow Pipelines. If you need a more in-depth guide, see the
9
- [ end-to-end tutorial] ( /docs/pipelines/tutorials /pipelines-tutorial/ ) .
9
+ [ end-to-end tutorial] ( /docs/gke /pipelines-tutorial/ ) .
10
10
11
11
* This quickstart guide shows you how to use one of the samples that come with
12
12
the Kubeflow Pipelines installation and are visible on the Kubeflow Pipelines
@@ -181,7 +181,7 @@ finished with them:
181
181
* Learn more about the
182
182
[ important concepts] ( /docs/pipelines/concepts/ ) in Kubeflow
183
183
Pipelines.
184
- * Follow the [ end-to-end tutorial] ( /docs/pipelines/tutorials /pipelines-tutorial/ )
184
+ * Follow the [ end-to-end tutorial] ( /docs/gke /pipelines-tutorial/ )
185
185
using an MNIST machine-learning model.
186
186
* This page showed you how to run some of the examples supplied in the Kubeflow
187
187
Pipelines UI. Next, you may want to run a pipeline from a notebook, or compile
Original file line number Diff line number Diff line change
1
+ +++
2
+ title = " Run a Cloud-specific Pipelines Tutorial"
3
+ description = " Choose the Kubeflow Pipelines tutorial to suit your deployment"
4
+ weight = 1
5
+ +++
6
+
7
+ {{% alert title="Opportunity to add cloud tutorials" color="info" %}}
8
+ <p >We currently have only a GCP tutorial for Kubeflow Pipelines. A tutorial for
9
+ Microsoft Azure is on its way (see
10
+ <a href =" https://github.com/kubeflow/website/pull/956 " >PR #956 </a >).</p >
11
+ <p ><b >Invitation:</b > Create a cloud-specific tutorial and link it here.
12
+ See the <a href =" /docs/about/docs/ " >guide to the Kubeflow docs</a >.</p >
13
+ {{% /alert %}}
14
+
15
+ * [ Pipelines End-to-end on GCP] ( /docs/gke/pipelines-tutorial/ ) : An end-to-end tutorial for Kubeflow Pipelines on Google Cloud Platform (GCP).
You can’t perform that action at this time.
0 commit comments