Anyone integrating Prefect 3 with The
Kubeflow Kubernetes Operator for Apache Spark?
I'm new to Prefect (about a week) and Spark (a while longer) and have only a passing knowledge of kubernetes, so please bear with me if my question is basic:
Assuming my spark-operator is configured to run Spark jobs with Prefect in mind, and since the operator will persist in my Kubernetes cluster and itself create the pods it needs to execute its jobs, then do I need a Kubernetes work pool in Prefect at all? Or should I just use a Process work pool with local storage to find my flows on the Operator?