Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaneutt/ebpf-rust-udp-loadbalancer-demo
A demo app covering building an eBPF load-balancer in Rust
https://github.com/shaneutt/ebpf-rust-udp-loadbalancer-demo
ebpf linux load-balancer rust xdp
Last synced: 8 days ago
JSON representation
A demo app covering building an eBPF load-balancer in Rust
- Host: GitHub
- URL: https://github.com/shaneutt/ebpf-rust-udp-loadbalancer-demo
- Owner: shaneutt
- License: gpl-2.0
- Created: 2022-09-26T23:17:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T13:14:18.000Z (over 1 year ago)
- Last Synced: 2024-10-14T09:35:41.714Z (22 days ago)
- Topics: ebpf, linux, load-balancer, rust, xdp
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 55
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL
Awesome Lists containing this project
README
# eBPF Rust UDP LoadBalancer Demo
This is the repository for the blog post [Writing an eBPF XDP Load Balancer in
Rust][blog] at [Kong][kong].[blog]:https://konghq.com/blog/writing-an-ebpf-xdp-load-balancer-in-rust
[kong]:https://konghq.com# License
The contents of this repository are available to you under either the [General
Public License, v2][gpl] license or [MIT License][mit] at your option.[gpl]:https://github.com/shaneutt/ebpf-rust-udp-loadbalancer-demo/blob/main/LICENSE-GPL
[mit]:https://github.com/shaneutt/ebpf-rust-udp-loadbalancer-demo/blob/main/LICENSE-MIT