Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrafficManager: An Overall Functional Design #467

Closed
9 tasks done
ESWZY opened this issue Jul 20, 2023 · 0 comments · Fixed by #525
Closed
9 tasks done

TrafficManager: An Overall Functional Design #467

ESWZY opened this issue Jul 20, 2023 · 0 comments · Fixed by #525

Comments

@ESWZY
Copy link
Member

ESWZY commented Jul 20, 2023

Design Concept

Design concept is now available here:

https://github.com/ESWZY/lmp/blob/traffic-mgr/doc/eBPF_Supermarket/TrafficManager/CONCEPT.md

Functional Design

Based on abstractions of Kubernetes Services and Pods, as well as the modification of network request events, this project can achieve the following functionalities through operational logic:

  1. Service Resolution: It directs requests straight to backend Pods, bypassing massive iptables lookup and NAT through iptables.

Architecture

  1. Non-intrusive Traffic Management: It offers the ability to modify traffic across Pods and Services. Specific callers can invoke particular versions of a service, facilitating traffic migration or version rolling upgrades.
  2. Metric-Based Managing: By using metric inputs, it filters and eliminates abnormal Pods, preventing requests from reaching malfunctioning Pods. If all Pods are unable to function correctly, the request is denied outright.

Dynamic Control

Development Plan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant