Skip to content

0.3.0

Choose a tag to compare

@dongjoon-hyun dongjoon-hyun released this 04 Jun 18:11
· 175 commits to main since this release

Apache Spark™ K8s Operator is a subproject of Apache Spark and aims to extend K8s resource manager to manage Apache Spark applications via Operator Pattern. This release includes Apache Spark K8s Operator 0.3.0 (App Version) with Helm chart 1.1.0 (Chart Version).

Notable Features

Docker Image

docker pull apache/spark-kubernetes-operator:0.3.0

Install Helm Chart

$ helm repo add spark https://apache.github.io/spark-kubernetes-operator
$ helm repo update
$ helm install spark spark-kubernetes-operator/spark-kubernetes-operator
$ helm list
NAME   NAMESPACE  REVISION UPDATED                            	STATUS   CHART                           APP VERSION
spark  default    1        2025-06-04 11:06:24.61408 -0700 PDT  deployed spark-kubernetes-operator-1.1.0 0.3.0

Full Changelog:

Resolved Issues