- Install Spark operator through Operator Hub.
- Instantiate SparkOperator within a given namespace.
- Deploy Spark cluster role from
manifests/spark-clusterrole.yaml
. - Create or switch to namespace in which Spark jobs should be executed.
- Prepare RBAC by deploying
manifests/spark-namespace-rbac.yaml
. - (optional) Test the setup by deploying
manifests/pi-sparkapp.yaml
. The Spark driver and executor pods should run through successfully.