Image Overview: spark-operator

Overview: spark-operator Chainguard Image

Minimalist Wolfi-based Spark Operator image for managing the lifecycle of Apache Spark applications on Kubernetes.

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/spark-operator:latest

Usage

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.