Giter VIP home page Giter VIP logo

edgemesh's Introduction

English | 简体中文

EdgeMesh

CI Go Report Card GitHub license

Introduction

EdgeMesh, as the data plane component of the KubeEdge cluster, provides simple service discovery and traffic proxy functions for applications, thereby shielding the complex network structure in edge scenarios.

Background

KubeEdge is build based on Kubernetes, extending cloud-native containerized application orchestration capabilities to the edge. However, at the scenario of edge computer, the network topology is more complex. Edge nodes in different areas are often not interconnected, and the inter-communication of traffic between applications is the primary requirement of the business. For this scenairo, EdgeMesh offers a solution.

Why EdgeMesh?

EdgeMesh satisfies the new requirements in edge scenarios (e.g., limited edge resources, unstable edge cloud network, complex network structure, etc.), that is, high availability, high reliability, and extreme lightweight:

  • High availability
    • Use the capabilities provided by LibP2P to connect the network between edge nodes
    • Divide the communication between edge nodes into intra-LAN and cross-LAN
      • Intra-LAN communication: direct access
      • Cross-LAN communication: when the hole punching is successful, a connection channel is established between the Agents, otherwise it is forwarded through the Server relay
  • High reliability (offline scenario)
    • Both control plane and data plane traffic are delivered through the edge cloud channel
    • EdgeMesh internally implements a lightweight DNS server, thus no longer accessing the cloud CoreDNS
  • Extreme lightweight
    • Each node has one and only one Agent, which saves edge resources

User value

  • Enable users to have the ability to access edge-to-edge/edge-to-cloud/cloud-to-edge applications across different LANs
  • Compared to the mechanism of CoreDNS + Kube-Proxy + CNI service discovery, users only need to simply deploy an Agent to finish their goals

Key Features

Feature Sub-Feature Realization Degree
Service Discovery /
Traffic Governance HTTP
TCP
Websocket
HTTPS
UDP +
Load Balance Random
Round Robin
Session Persistence
Edge Gateway External Access
Multi-NIC Monitoring
Cross-Subnet Communication Cross-Cloud Communication
Cross-LAN E2E Communication
Edge CNI Cross-Subnet Pod Communication +

Noting:

  • Features supported by the EdgeMesh version
  • + Features not available in the EdgeMesh version, but will be supported in subsequent versions
  • - Features not available in the EdgeMesh version, or deprecated features

Architecture

image

The above figure shows a brief overview of the EdgeMesh architecture, EdgeMesh contains edgemesh-server and edgemesh-agent.

The core components of edgemesh-server include:

  • Tunnel-Server: Based on LibP2P, establish a connection with edgemesh-agent to provide relay capability and hole punching capability

The core components of edgemesh-agent include:

  • Proxier: Responsible for configuring the kernel's iptables rules, and intercepting requests to the EdgeMesh process
  • DNS: Built-in DNS resolver, which resolves the DNS request in the node into a service cluster IP
  • Traffic: A traffic forwarding module based on the Go-Chassis framework, which is responsible for forwarding traffic between applications
  • Controller: Obtains metadata (e.g., Service, Endpoints, Pod, etc.) through the Local APIServer capability on the edge side of KubeEdge
  • Tunnel-Agent: Based on LibP2P, using relay and hole punching to provide the ability of communicating across subnets

Guides

Documents

Documentation is located on netlify.com. These documents can help you understand EdgeMesh better.

Installation

Follow the EdgeMesh installation document to install EdgeMesh.

Examples

Example1: HTTP traffic forwarding

Example2: HTTPS traffic forwarding

Example3: TCP traffic forwarding

Example4: Websocket traffic forwarding

Example5: Load Balance

Example6: Cross-edge-cloud communication

Contact

If you need support, start with the 'Operation Guidance', and then follow the process that we've outlined

If you have any question, please contact us through the recommended information on KubeEdge

Contributing

If you are interested in EdgeMesh and would like to contribute to EdgeMesh project, please refer to CONTRIBUTING for detailed contribution process guide.

edgemesh's People

Contributors

kubeedge-bot avatar poorunga avatar khalid-huang avatar gy95 avatar kevin-wangzefeng avatar zboishere avatar muxuelan avatar daixiang0 avatar seveirbian avatar lvchenggang avatar pengbinbin1 avatar yz271544 avatar saiyan86 avatar first-sight12 avatar jidalong avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.