Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address comments
  • Loading branch information
foxish committed Mar 8, 2017
commit 738f79194503fbab5e380671f247ede575a89010
4 changes: 2 additions & 2 deletions docs/running-on-kubernetes-cloud.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: global
title: Running Spark on the cloud with Kubernetes
title: Running Spark in the cloud with Kubernetes
---

For general information about running Spark on Kubernetes, refer to [this section](running-on-kubernetes.md).
For general information about running Spark on Kubernetes, refer to [running Spark on Kubernetes](running-on-kubernetes.md).

A Kubernetes cluster may be brought up on different cloud providers or on premise. It is commonly provisioned through [Google Container Engine](https://cloud.google.com/container-engine/), or using [kops](https://github.com/kubernetes/kops) on AWS, or on premise using [kubeadm](https://kubernetes.io/docs/getting-started-guides/kubeadm/).

Expand Down
2 changes: 1 addition & 1 deletion docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ the submitting machine, and are uploaded to the driver running in Kubernetes bef

### Accessing Kubernetes Clusters

For details about running on public cloud environments, such as Google Container Engine (GKE), please refer to [our documentation](running-on-kubernetes-cloud.md).
For details about running on public cloud environments, such as Google Container Engine (GKE), refer to [running Spark in the cloud with Kubernetes](running-on-kubernetes-cloud.md).

Spark-submit also supports submission through the
[local kubectl proxy](https://kubernetes.io/docs/user-guide/accessing-the-cluster/#using-kubectl-proxy). One can use the
Expand Down