-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Roadmap 2025 #4487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap 2025 #4487
Conversation
Signed-off-by: cheyang <cheyang@163.com>
Signed-off-by: cheyang <cheyang@163.com>
Signed-off-by: cheyang <cheyang@163.com>
ROADMAP.md
Outdated
|
|
||
| ### Objective: Achieve orchestration of data operations and Kubernetes job scheduling systems | ||
| ### **1. Data Anyway** | ||
| **Objective**: Enable fluid data access **regardless of infrastructure constraints** (e.g., storage types, runtime environments) with minimal effort. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to define what is the minimal effort here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
Signed-off-by: cheyang <cheyang@163.com>
|
RongGu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
| - If scheduled to ordinary nodes with shared operating system kernels, adaptively use csi plugin mode | ||
| - If scheduled to Kata container nodes with independent operating system kernels, you can use the sidecar mode adaptively and support scalable modifications by cloud vendors | ||
| - **Unified Cache Runtime Framework** | ||
| - Enable integration of new cache runtimes(e.g., Cubefs, DragonFly) via a **generic Cache Runtime interface** with minimal code changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does dragonfly regard itself as a kind of cache runtime? It is more like a data access runtime.
| - Provide more practical examples and tutorials can significantly improve the user's comprehension and learning process. | ||
| - Maintain consistency in language, style, and formatting throughout the documentation | ||
| - **Temporal Workflows with Kueue**: | ||
| - Trigger ML jobs (TFJob, PyTorchJob) **after prewarming completes**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to speicify the training job or inference ML job here? or both?
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RongGu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RongGu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



Ⅰ. Describe what this PR does
Ⅱ. Does this pull request fix one issue?
fixes #XXXX
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews