File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments