Calling Spark Operator on K8s from Java Program

10/18/2021

I am currently running a spring boot application as a Pod on Amazon EKS cluster. After use does some activities on the Spring Boot application UI, it should trigger a Spark Job. I have installed and configured Spark Operator on the EKS. Now I am not sure how to invoke the Spark Operator without using the eksctl.

-- Sreekanth Babu
apache-spark
kubernetes

0 Answers