kubeedge

Kubernetes Native Edge Computing Framework (project under CNCF)

APACHE-2.0 License

Stars
6.5K
Committers
341

Bot releases are visible (Hide)

kubeedge - KubeEdge v1.8.2 release

Published by kubeedge-bot about 3 years ago

See CHANGELOG-1.8.md for details.

kubeedge - KubeEdge v1.8.1 release

Published by kubeedge-bot about 3 years ago

See CHANGELOG-1.8.md for details.

kubeedge - KubeEdge v1.8.0 release

Published by kubeedge-bot about 3 years ago

See CHANGELOG-1.8.md for details.

kubeedge - KubeEdge v1.7.2 release

Published by kubeedge-bot about 3 years ago

See CHANGELOG-1.7.md for details.

kubeedge - KubeEdge v1.7.1 release

Published by kubeedge-bot over 3 years ago

See CHANGELOG-1.7.md for details.

kubeedge - KubeEdge v1.7.0 release

Published by fisherxu over 3 years ago

See CHANGELOG-1.7.md for details.

kubeedge - KubeEdge v1.6.2 release

Published by kubeedge-bot over 3 years ago

See CHANGELOG-1.6.md for details.

kubeedge - KubeEdge v1.6.1 release

Published by kubeedge-bot over 3 years ago

See CHANGELOG-1.6.md for details.

kubeedge - KubeEdge v1.6.0 release

Published by kubeedge-bot over 3 years ago

See CHANGELOG-1.6.md for details.

kubeedge - KubeEdge v1.5.0 release

Published by kubeedge-bot almost 4 years ago

See CHANGELOG-1.5.md for details.

kubeedge - KubeEdge v1.4.0 release

Published by kevin-wangzefeng about 4 years ago

See CHANGELOG-1.4.md for details.

kubeedge - KubeEdge v1.4.0-beta.0 release

Published by fisherxu about 4 years ago

Notable Changes

Bug fixs

kubeedge - KubeEdge v1.3.1 release

Published by fisherxu over 4 years ago

See CHANGELOG-1.3.md for details.

kubeedge - KubeEdge v1.3.0 release

Published by kevin-wangzefeng over 4 years ago

See CHANGELOG-1.3.md for details.

kubeedge - KubeEdge v1.3.0-beta.0 release

Published by kevin-wangzefeng over 4 years ago

Notable Changes

Bug fixes

kubeedge - KubeEdge v1.2.1 release

Published by kevin-wangzefeng over 4 years ago

See CHANGELOG-1.2.md for details.

kubeedge - KubeEdge v1.2.0 release

Published by kubeedge-bot over 4 years ago

See CHANGELOG-1.2.md for details.

kubeedge - KubeEdge v1.1.0 release

Published by fisherxu about 5 years ago

See CHANGELOG-1.1.md for details.

kubeedge - KubeEdge v1.1.0-beta.0 release

Published by fisherxu about 5 years ago

Notable changes

kubeedge - KubeEdge v1.0.0 release

Published by sids-b over 5 years ago

v1.0 What's New

Edge Mesh

This feature aims to support service mesh capabilities on the edge to support microservice communication cross cloud and edge. In v1.0.0 release, pod-to-pod communication on the same edge node or across
edge nodes in the same subnet is supported.

CRI support

This feature enables edged to communicate with a CRI-compliant runtime to manage containers running on resource constrained edge nodes. Support for containerd is tested.

Quic protocol support

In order to enhance cloud and edge communication efficiency, communication between the edge and the cloud is now also supported via QUIC, a UDP-based protocol. CloudHub supports both Websocket and QUIC protocol access at the same time. The edgehub can choose one of the protocols to access the cloudhub.

Modbus Mapper

Modbus Mapper is an application that is used to connect and control devices that use Modbus(RTU/TCP) as a communication protocol. The user is required to provide the mapper with the information required to control their device through the dpl configuration file. These can be changed at runtime by updating configmap.

Edge Site

Edge Site enables to run a standalone Kubernetes cluster at the edge along with KubeEdge to get full control and improve the offline scheduling capability. A Kubernetes cluster is deployed at edge location including the management control plane. For the management control plane to manage a reasonable scale of edge worker nodes, the host master node needs to have sufficient resources.

Known Issues

  • Reliable message delivery is missing between cloud and edge.

  • Installer currently doesn't support installation of containerd, cni-plugins.

  • Port mapping is not supported in CRI

Other notable changes