Skip to content
Snippets Groups Projects
Commit d2e40418 authored by fisherxu's avatar fisherxu Committed by Kevin Wang
Browse files

update roadmap

parent 8f94fe2d
No related branches found
No related tags found
No related merge requests found
...@@ -4,24 +4,21 @@ This document defines a high level roadmap for KubeEdge development. ...@@ -4,24 +4,21 @@ This document defines a high level roadmap for KubeEdge development.
The [milestones defined in GitHub](https://github.com/kubeedge/kubeedge/milestones) represent the most up-to-date plans. The [milestones defined in GitHub](https://github.com/kubeedge/kubeedge/milestones) represent the most up-to-date plans.
KubeEdge 1.0 is our current stable branch. The roadmap below outlines new features that will be added to KubeEdge. KubeEdge 1.1 is our current stable branch. The roadmap below outlines new features that will be added to KubeEdge.
## Release 1.1 ## 2019 Q4 Roadmap
- Replace data exchange format between cloud and edge from json to protobuf. - Support HA for cloudcore
- Support exec&logs API for edge application
- Support reliable message delivery from cloud to edge. - Support reliable message delivery from cloud to edge.
- Evaluate gRPC for cloud to edge communication. - Replace data exchange format between cloud and edge from json to protobuf.
- Support CSI for persistent storage (using PV/PVC/StorageClass) at edge.
- Support ingress at edge.
- Add admission-webhook based validation for device CRDs.
- Enhance performance and reliability of KubeEdge infrastructure. - Enhance performance and reliability of KubeEdge infrastructure.
- Upgrade Kubernetes dependencies in vendor to v1.15. - Support ingress at edge.
- Migrate to Go module for dependency management. - Upgrade Kubernetes dependencies in vendor to v1.16.
- Improve contributor experience by defining project governance policies, release process, membership rules etc. - Improve contributor experience by defining project governance policies, release process, membership rules etc.
- Improve the performance and e2e tests with more metrics and scenarios. - Improve the performance and e2e tests with more metrics and scenarios.
## Future ## Future
- Support edge-cloud communication using edgemesh. - Support edge-cloud communication using edgemesh.
- Add Layer 4 proxy support in edgemesh.
- Istio-based service mesh across Edge and Cloud where micro-services can communicate freely in the mesh. - Istio-based service mesh across Edge and Cloud where micro-services can communicate freely in the mesh.
- Enable function as a service at the Edge. - Enable function as a service at the Edge.
- Support more types of device protocols such as OPC-UA, Zigbee. - Support more types of device protocols such as OPC-UA, Zigbee.
...@@ -30,3 +27,4 @@ KubeEdge 1.0 is our current stable branch. The roadmap below outlines new featur ...@@ -30,3 +27,4 @@ KubeEdge 1.0 is our current stable branch. The roadmap below outlines new featur
- Data management with support for ingestion of telemetry data and analytics at the edge. - Data management with support for ingestion of telemetry data and analytics at the edge.
- Security at the edge. - Security at the edge.
- Support for monitoring at the edge. - Support for monitoring at the edge.
- Evaluate gRPC for cloud to edge communication.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment