Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flomesh-io/fnlb

fnlb(Flomesh network load balancer) is an ebpf based layer 4 load balancer.
https://github.com/flomesh-io/fnlb

ebpf layer-4-loadbalancer load-balancer

Last synced: 1 day ago
JSON representation

fnlb(Flomesh network load balancer) is an ebpf based layer 4 load balancer.

Awesome Lists containing this project

README

        

## How to build?

### Install depends

```bash
make depends
echo export PATH=\${PATH}:/usr/local/go/bin >> ~/.bashrc
reboot
```

### Build CLI

```bash
make subsys
make build
make build-cli
```

## How to test ?

### Run XLB Server

```bash
make run
```

### Run Demo

```bash
make -f Makefile.standalone pipy
make -f Makefile.standalone test-up
make -f Makefile.standalone test-apply-lb
```

### Test

```
make -f Makefile.standalone test
```

### Stop Demo and XLB Server

```bash
make -f Makefile.standalone test-down
make stop
```