Skip to content

[OSPP 2025] Kmesh-daemon upgrades traffic without disruption #1409

@LiZhenCheng9527

Description

@LiZhenCheng9527
Contributor

Kmesh is a high-performance and low overhead service mesh data plane based on eBPF and programmable kernel. Kmesh-Damon, acts as a hypervisor for the usespace and is responsible for communicating with the control plane and sending down the configuration of the Kmesh. In the previous version of Kmesh, it has been realized that kmesh-daemon restarts without breaking the established links, and is also able to govern the traffic according to the previous policy. Now we would like to cover the Kmesh-daemon upgrade scenario with this convenient feature. When Kmesh-daemon is upgraded, the traffic can be managed without interruption. The bottleneck is how to compare the structure of the bpf map before and after the upgrade.

Activity

LiZhenCheng9527

LiZhenCheng9527 commented on May 19, 2025

@LiZhenCheng9527
ContributorAuthor

OUTOUT

  1. function code
    1.1. bpf map structure comparison code
    1.2. Method of determining the upgrade
  2. Document
    2.1. proposal
    2.2. userguide
  3. Test Code
    3.1. Unit test for main functional functions
    3.2. E2E test of feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Development

    No branches or pull requests

      Participants

      @LiZhenCheng9527

      Issue actions

        [OSPP 2025] Kmesh-daemon upgrades traffic without disruption · Issue #1409 · kmesh-net/kmesh