Skip to content

Commit 2b2c01c

Browse files
committed
Adding pointer to Kubernetes cluster manager.
1 parent 703c42c commit 2b2c01c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/cluster-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ The system currently supports three cluster managers:
5252
* [Apache Mesos](running-on-mesos.html) -- a general cluster manager that can also run Hadoop MapReduce
5353
and service applications.
5454
* [Hadoop YARN](running-on-yarn.html) -- the resource manager in Hadoop 2.
55-
55+
* [Kubernetes (experimental)](https://github.com/apache-spark-on-k8s/spark) -- In addition to the above,
56+
there is experimental support for Kubernetes. Kubernetes is an open-source platform
57+
for providing container-centric infrastructure. Kubernetes support is being actively
58+
developed in an [apache-spark-on-k8s](https://github.com/apache-spark-on-k8s/) Github organization
59+
and is intended to eventually merge into the Apache Spark project. For documentation, refer to that project's README.
5660

5761
# Submitting Applications
5862

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ options for deployment:
115115
* [Mesos](running-on-mesos.html): deploy a private cluster using
116116
[Apache Mesos](http://mesos.apache.org)
117117
* [YARN](running-on-yarn.html): deploy Spark on top of Hadoop NextGen (YARN)
118+
* [Kubernetes (experimental)](https://github.com/apache-spark-on-k8s/spark): deploy Spark on top of Kubernetes
118119

119120
**Other Documents:**
120121

0 commit comments

Comments
 (0)