Slide 7
Slide 7 text
Before Native K8s support
• One could run Spark in Standalone on K8s
• Deploy Spark Master POD
• Deploy Spark Workers PODs
• Submit a Job/Query via
• Notebook (Jupyter, Zeppelin, Spark-Notebook)
• Spark-submit script
• It works, but having less efficient cluster resources
management, since Kubernetes Scheduler is not in the
game