Skip to content

Commit

Permalink
Adjusted page front matter for the 'Getting Started' section.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox committed Dec 3, 2018
1 parent 2d7fdaf commit 9920cb8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 26 deletions.
11 changes: 4 additions & 7 deletions content/docs/started/getting-started-gke.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
+++
title = "Kubernetes Engine for Kubeflow"
description = "Get Kubeflow running on Google Cloud Platform"
weight = 10
toc = true
bref = "This guide is a quickstart to deploying Kubeflow on Google Kubernetes Engine (GKE)."

[menu.docs]
parent = "started"
weight = 3
weight = 3
+++

This guide is a quickstart to deploying Kubeflow on Google Kubernetes Engine
(GKE).

## Advantages of Kubeflow on GKE

Running Kubeflow on [GKE](https://cloud.google.com/kubernetes-engine/docs)
Expand Down
11 changes: 5 additions & 6 deletions content/docs/started/getting-started-minikube.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
+++
title = "Minikube for Kubeflow"
description = "Quickly get Kubeflow running locally"
weight = 10
toc = true
bref = "This document will outline steps that will get your local installation of Kubeflow running on top of Mikikube. Minikube runs a simple, single-node Kubernetes cluster inside a virtual machine (VM)."
[menu.docs]
parent = "started"
weight = 2
weight = 2
+++

This document outlines the steps you can take to get your local installation
of Kubeflow running on top of Minikube. Minikube runs a simple, single-node
Kubernetes cluster inside a virtual machine (VM).

By the end of this document, you'll have a local installation of Minikube kubernetes cluster along with all the default core components of
Kubeflow deployed as services in the pods. You should be able to access JupyterHub notebooks, and the Kubeflow Dashboard.

Expand Down
12 changes: 6 additions & 6 deletions content/docs/started/getting-started-multipass.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
+++
title = "Microk8s for Kubeflow"
description = "Quickly get Kubeflow running locally on native hypervisors"
weight = 10
toc = true
bref = "This document will outline steps that will get your local installation of Kubeflow running on top of Microk8s inside of a native Hypervisor. Multipass is used to create a the native VM. Microk8s is used to provide a simple, single-node Kubernetes cluster."
[menu.docs]
parent = "started"
weight = 2
weight = 2
+++

This document outlines the steps that you can take to get your local
installation of Kubeflow running on top of Microk8s inside of a native
Hypervisor. Multipass is used to create a the native VM. Microk8s is used to
provide a simple, single-node Kubernetes cluster.

By the end of this document, you'll have a local installation of a Kubernetes cluster along with all the default core components of Kubeflow deployed as services in the pods. You should be able to access JupyterHub notebooks, and the Kubeflow Dashboard.

### Install Multipass
Expand Down
8 changes: 1 addition & 7 deletions content/docs/started/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
+++
title = "Getting Started with Kubeflow"
description = "Quickly get running with your ML Workflow on an existing Kubernetes installation"
weight = 25
toc = true
bref = "The Kubeflow project is 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."
aliases = ["/docs/started/"]
[menu.docs]
parent = "started"
weight = 1
weight = 1
+++

## Who should consider using Kubeflow?
Expand Down

0 comments on commit 9920cb8

Please sign in to comment.