Skip to content
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

add roadmap of 2024 for openyurt #2227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
24 changes: 24 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# OpenYurt Roadmap

This document defines a high level roadmap for OpenYurt development and upcoming releases. Community and contributor involvement is vital for successfully implementing all desired items for each release. We hope that the items listed below will inspire further engagement from the community to keep OpenYurt progressing and shipping exciting and valuable features.


## 2024 H1
- Support Kubernetes up to V1.30.
- Enhancement to edge autonomy capabilities.
- Upgrade YurtAppSet to v1beta1 version.
- Improve transparent management mechanism for control traffic from edge to cloud.
- Separate clients for yurt-manager component.

## 2024 H2
- Support multiplexer list/watch requests in node/nodepool level.
- Upgrade YurtIoTDock to support edgex v3 api.
- Establish the component mechanism of the iot system.
- Improve nodepool to support hostnetwork mode and node conversion between v1alpha1 and v1beta1 version.

## Pending
- Support LoadBalancer Service in multiple nodepools.
- Support Ingress Controller in multiple nodepools.
- Supporting a large number of edge nodes and providing lightweight runtime solutions is a high demand for edge computing.
- Integration of dashboard with IoT, provide Edgex Foundry management capabilities.
- Enrich the capabilities of the console.
Loading