DEV Community

Cover image for KubeEdge
Minwook Je
Minwook Je

Posted on • Edited on

KubeEdge

Kubernetes Native Edge Computing Framework

  • Kubernetes Native API at Edge.
  • Optimized usage of resource at the edge. Memory footprint down to ~70MB.
  • Easy communication between application and devices for IOT and Industrial Internet.

Architecture

1. Architecture:: Common Components

1.1.Beehive

Beehive is a messaging framework based on go-channels for communication between modules of KubeEdge. A module registered with beehive can communicate with other beehive modules if the name with which other beehive module is registered or the name of the group of the module is known

Q. How does KubeEdge sync from HA CloudHubs? Beehive is on mem process.

2. Architecture:: Cloud Components

3. Architecture:: Edge Components

Top comments (0)