Image Overview: spark-operator

Overview: spark-operator Chainguard Image

A minimal, Wolfi-based image for Spark Operator. Facilitates the deployment and management of Apache Spark applications in Kubernetes environments.

Download this Image

The image is available on cgr.dev:

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

Usage

Spark Operator expects to be deployed in a Kubernetes cluster, where an instance of Apache Spark is running, on which it will schedule jobs.

Installation using helm chart, replacing with the Chainguard image:

Below is an example of how to install the spark operator using helm, with the chainguard image:

helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator

helm install spark-operator spark-operator/spark-operator \
  --namespace spark \
  --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.

Last updated: 2024-04-11 12:38