or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
LoxiLB survey
What is LoxiLB
an open-source, cloud-native load balancer designed specifically for Kubernetes environments. It leverages eBPF technology, a powerful tool that allows for efficient packet processing within the Linux kernel, enhancing network performance and security
Advantages
Dual Layer Load Balancing
Key advantages of LoxiLB is its ability to operate as both an L4 and L7 load balancer.
eBPF Technology
Integration with Kubernetes
TBD
kube-loxilb
NGAP Load Balancing with LoxiLB
NGAP
Part of the NG interface、key signaling protocol in 5G networks used between two main network components:
Key Functions of NGAP:
NGAP load-balancing problems
L4 load balancing operates at the transport layer, distributing traffic based on IP and port information without understanding the protocol’s inner workings.
L4 Load Balancing Limitation
L7 Load Balancing with LoxiLB
Practical Implementation
5G SCTP LoadBalancer Using LoxiLB Applying on free5GC
ip address
SCTP VIP that is configured in LoxiLB: 20.20.20.1
a. acts as a logical endpoint within LoxiLB for incoming traffic.
LoxiLB address: 10.100.200.101
a. Once the traffic hits the VIP (20.20.20.1), it is internally managed by LoxiLB, which operates at the address 10.100.200.101 (LoxiLB instance)
Depending on the load balancing decision, traffic is then forwarded
Config
./nr-ue -c ./config/uecfg.yaml
: This command starts a simulation of a 5G User Equipment (UE).references