kubeedge

Kubernetes Native Edge Computing Framework (project under CNCF)

APACHE-2.0 License

Stars
6.5K
Committers
341

Bot releases are hidden (Show)

kubeedge - KubeEdge v0.2 release

Published by sids-b over 5 years ago

This is the second release of KubeEdge. Cloud is there finally!

Features added

  1. Edge-controller which connects to Kubernetes api-server and sync node/pod status between edge and kubernetes api-server.
  2. Cloudhub which is a websocket server in cloud part of kubeedge.
  3. Internal MQTT mode in which MQTT broker is started with edge_core and removes dependency on external MQTT broker.
  4. Integration test framework for edge. Improved edge_core unit-test coverage.

Known issues

  1. We do not have any e2e tests yet.
  2. Unit tests coverage should be improved for cloud part.

Features Work In Progress (Future release)

  1. Describe device API via CRD.
  2. Edge to Edge Communication.
  3. Different Protocol support for KubeEdge like BLE, Zigbee,etc
kubeedge - KubeEdge v0.1 release

Published by m1093782566 almost 6 years ago

This is kubeedge's first release.

Features supported

  1. A lightweight application engine running on edge node for managing user's application and monitoring node health.
  2. Supports Kubernetes API primitives, e.g. Node, Pod, Configmap, Secrets etc.
  3. Device twin and MQTT protocol for IoT devices talking to Edge node
  4. Local self-government via HTTP restful interfaces.
  5. Integrated with Huawei Cloud IEF service for node, device and application status updates.
  6. Edge node autonomy when its getting offline and recover post reconnection to Cloud.

Known issues

  1. We do not have any e2e tests yet.
  2. Unit tests coverage should be improved.

Features Work In Progress (Future release)

  1. Develop and open-source the cloud part components.
  2. Describe device API via CRD.
Package Rankings
Top 1.08% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card LICENSE Releases CII Best Practices
Related Projects