Skip to content

Commit 98db2ad

Browse files
feat(docs): add ROADMAP of Kubeflow SDK (#44)
* feat(docs): add ROADMAP of Kubeflow SDK Signed-off-by: kramaranya <[email protected]> * feat(docs): add Model Registry to ROADMAP Signed-off-by: kramaranya <[email protected]> * feat(docs): add links to ROADMAP Signed-off-by: kramaranya <[email protected]> * Update ROADMAP.md Co-authored-by: Andrey Velichkevich <[email protected]> Signed-off-by: Anya Kramar <[email protected]> * feat(docs): add Trainer SDK Signed-off-by: kramaranya <[email protected]> * feat(docs): add test coverage issues Signed-off-by: kramaranya <[email protected]> * feat(docs): add issues to ROADMAP.md Signed-off-by: kramaranya <[email protected]> * feat(docs): update ROADMAP.md Signed-off-by: kramaranya <[email protected]> * feat(docs): add issues to ROADMAP.md Signed-off-by: kramaranya <[email protected]> --------- Signed-off-by: kramaranya <[email protected]> Signed-off-by: Anya Kramar <[email protected]> Co-authored-by: Andrey Velichkevich <[email protected]>
1 parent b6de5a7 commit 98db2ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ROADMAP.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Kubeflow SDK ROADMAP
2+
3+
## 2025
4+
5+
### Core SDK
6+
- Release Kubeflow SDK 0.1.0 to PyPI: https://github.com/kubeflow/sdk/issues/45
7+
- Include Kubeflow SDK into the KFP SDK: https://github.com/kubeflow/pipelines/issues/12027
8+
- Improve test coverage: https://github.com/kubeflow/sdk/issues/16, https://github.com/kubeflow/sdk/issues/18
9+
- Generate docs for Kubeflow SDK: https://github.com/kubeflow/sdk/issues/50
10+
11+
### Trainer SDK
12+
- Migrate Trainer SDK: https://github.com/kubeflow/sdk/issues/1
13+
- Local Execution for Training Jobs: https://github.com/kubeflow/sdk/issues/22
14+
- Manage Kubeflow TrainJobs in a multi-cluster environment: https://github.com/kubeflow/sdk/issues/23
15+
- Snapshot users' workspace into distributed TrainJob workload: https://github.com/kubeflow/sdk/issues/48
16+
- Support distributed data cache configuration via initializer SDK: https://github.com/kubeflow/trainer/issues/2655
17+
- Support other built-in trainers besides TorchTune: https://github.com/kubeflow/trainer/issues/2752
18+
19+
### Katib SDK
20+
- Integrate Katib SDK: https://github.com/kubeflow/sdk/issues/46
21+
22+
### Model Registry SDK
23+
- Integrate Model Registry SDK

0 commit comments

Comments
 (0)