Skip to content

Commit 3bc674e

Browse files
sarahmaddoxk8s-ci-robot
authored andcommitted
Moved GCP Pipelines tutorial to GCP section of docs (kubeflow#1004)
* Moved GCP Pipelines tutorial to GCP section of docs. * Addressed review comments.
1 parent 38ab9cc commit 3bc674e

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

content/_redirects

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
/docs/pipelines/install-sdk/ /docs/pipelines/sdk/install-sdk/
3333
/docs/pipelines/lightweight-python-components/ /docs/pipelines/sdk/lightweight-python-components/
3434
/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/
3637

3738
/docs/pipelines/metrics/ /docs/pipelines/sdk/pipelines-metrics/
3839
/docs/pipelines/metrics/pipelines-metrics/ /docs/pipelines/sdk/pipelines-metrics/

content/docs/pipelines/tutorials/pipelines-tutorial.md content/docs/gke/pipelines-tutorial.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
+++
22
title = "Pipelines End-to-end on GCP"
33
description = "An end-to-end tutorial for Kubeflow Pipelines on GCP"
4-
weight = 2
4+
weight = 15
55
+++
66

77
This guide walks you through a Kubeflow Pipelines sample that runs an MNIST
88
machine learning (ML) model on Google Cloud Platform (GCP).
99

1010
## Introductions
1111

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+
1216
By working through this tutorial, you learn how to deploy Kubeflow on
1317
Kubernetes Engine (GKE) and run a pipeline supplied as a Python script.
1418
The pipeline trains an MNIST model for image classification and serves the model

content/docs/pipelines/pipelines-quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight = 10
66

77
Use this guide if you want to get a simple pipeline running quickly in
88
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/).
1010

1111
* This quickstart guide shows you how to use one of the samples that come with
1212
the Kubeflow Pipelines installation and are visible on the Kubeflow Pipelines
@@ -181,7 +181,7 @@ finished with them:
181181
* Learn more about the
182182
[important concepts](/docs/pipelines/concepts/) in Kubeflow
183183
Pipelines.
184-
* Follow the [end-to-end tutorial](/docs/pipelines/tutorials/pipelines-tutorial/)
184+
* Follow the [end-to-end tutorial](/docs/gke/pipelines-tutorial/)
185185
using an MNIST machine-learning model.
186186
* This page showed you how to run some of the examples supplied in the Kubeflow
187187
Pipelines UI. Next, you may want to run a pipeline from a notebook, or compile
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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).

0 commit comments

Comments
 (0)