Skip to content

Helm chart for spark-connect. Support Istio with strict mTLS

Notifications You must be signed in to change notification settings

aagumin/spark-connect-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart Spark Connect

Release Helm Chart and Docker Image

This Helm chart is designed for deploying the Spark Connect application.

Description

Spark Connect is an application that allows you to perform data processing tasks using Apache Spark.

Feature

  • Apache Spark >= 3.5
  • Dynamic package installation
  • Apache Celeborn support
  • Optional mTLS.
  • Istio support

Requirements

  • Kubernetes 1.16.0 or later
  • Helm 3.0.0 or later

Installation

  1. Make sure you have Helm 3.0.0 or later installed.
  2. Add the Helm repository for your project:
helm repo add spark-connect-kubernetes https://aagumin.github.io/spark-connect-kubernetes
  1. Update the Helm repository list:
helm repo update
  1. Install the Spark Connect Helm chart:
helm install [RELEASE_NAME] spark-connect-kubernetes/spark-connect