diff --git a/docs/cluster-overview.md b/docs/cluster-overview.md index 814e4406cf435..258138b997756 100644 --- a/docs/cluster-overview.md +++ b/docs/cluster-overview.md @@ -53,6 +53,11 @@ The system currently supports three cluster managers: and service applications. * [Hadoop YARN](running-on-yarn.html) -- the resource manager in Hadoop 2. +In addition to the above, there is experimental support for Kubernetes. +[Kubernetes](https://kubernetes.io/) is an open-source platform for providing container-centric infrastructure. +Kubernetes support is being actively developed in an [apache-spark-on-k8s](https://github.com/apache-spark-on-k8s/spark) +Github org and will eventually merge into the Apache Spark project. For documentation, +refer to that project README. # Submitting Applications