github.com/jingruilea/kubeedge@v1.2.0-beta.0.0.20200410162146-4bb8902b3879/docs/getting-started/roadmap.md (about)

     1  # Roadmap
     2  
     3  This document defines a high level roadmap for KubeEdge development.
     4  
     5  The [milestones defined in GitHub](https://github.com/kubeedge/kubeedge/milestones) represent the most up-to-date plans.
     6  
     7  KubeEdge 1.2 is our current stable branch. The roadmap below outlines new features that will be added to KubeEdge.
     8  
     9  ## 2020 Q1 Roadmap
    10  - Support for monitoring at the edge.
    11  - Support HA for cloudcore
    12  - Support exec&logs API for edge application
    13  - Add protobuf support for data exchange format between cloud and edge
    14  - Finish scalability test and publish report
    15  - Support managing clusters at edge from cloud (aka. EdgeSite)
    16  - Enhance performance and reliability of KubeEdge infrastructure.
    17  - Support ingress at edge.
    18  - Improve contributor experience by defining project governance policies, release process, membership rules etc.
    19  - Improve the performance and e2e tests with more metrics and scenarios.
    20  - Improve KubeEdge installation experience
    21  - Add more docs and move docs out of main repo
    22  
    23  ## Future
    24  - Support edge-cloud communication using edgemesh.
    25  - Istio-based service mesh across Edge and Cloud where micro-services can communicate freely in the mesh.
    26  - Enable function as a service at the Edge.
    27  - Support more types of device protocols such as OPC-UA, Zigbee.
    28  - Evaluate and enable much larger scale Edge clusters with thousands of Edge nodes and millions of devices.
    29  - Enable intelligent scheduling of applications to large scale Edge clusters.
    30  - Data management with support for ingestion of telemetry data and analytics at the edge.
    31  - Security at the edge.
    32  - Evaluate gRPC for cloud to edge communication.