dongjoon-hyun commented on code in PR #57512: URL: https://github.com/apache/spark/pull/57512#discussion_r3648892914
########## docs/running-on-kubernetes.md: ########## @@ -80,6 +80,20 @@ driver and executor pods on a subset of available nodes through a [node selector using the configuration property for it. It will be possible to use more advanced scheduling hints like [node/pod affinities](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) in a future release. +# Spark Kubernetes Operator + +In addition to the `spark-submit` based submission described in this document, users can deploy and +manage Spark workloads declaratively via [operator patterns](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +by using [Apache Spark Kubernetes Operator](https://github.com/apache/spark-kubernetes-operator), +a separate Apache Spark project. The operator provides two custom resources: + +* [SparkApp](https://github.com/apache/spark-kubernetes-operator/blob/main/examples/pyspark-pi.yaml): deploy Spark apps on top of Kubernetes Review Comment: Oops. Thank you! Now, it's fixed, @uros-b ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
