Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Spark Operator ROADMAP

## 2025

- [x] A new CR to support Spark Connect ([#2569](https://github.com/kubeflow/spark-operator/pull/2569))
- [x] Cert manger support ([#1178](https://github.com/kubeflow/spark-operator/issues/1178))
- [ ] Improve controller performance
- [ ] Notebooks integration
- [ ] Rest API for submitting jobs
- [ ] Deprecation of webhook by moving all functionality into the pod template ([#2502](https://github.com/kubeflow/spark-operator/issues/2502))
- [ ] Watching namespaces based on labels
- [ ] A web UI for visibility into currently running applications
- [ ] Doc improvement

## 2024

- [x] Pod template support ([#2101](https://github.com/kubeflow/spark-operator/issues/2101))
- [x] Spark Connect Support ([#1801](https://github.com/kubeflow/spark-operator/issues/1801))
- [x] Support Yunikorn as a batch scheduler ([#2107](https://github.com/kubeflow/spark-operator/pull/2107))
- [x] Improve test coverage to improve the confidence in releases, particularly with e2e tests