Product Docs
Open Source
Education
Minimalist Wolfi-based Spark Operator image for managing the lifecycle of Apache Spark applications on Kubernetes.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/spark-operator:latest
The easiest way to install the Kubernetes Operator for Apache Spark is to use the Helm chart.
$ helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator $ helm install my-release spark-operator/spark-operator --namespace spark-operator --create-namespace --set image.repository=cgr.dev/chainguard/spark-operator --set image.tag=latest
For more detail, please refer to the Spark Operator installation documentation.