r/linuxadmin 7d ago

Aralez: Reverse proxy/ Load balancer

Post image

Hello Folks.

I have create a new Reverse Proxy/ Load Balancer for Linux on Cloudflare's proxy lib : Pingora. The project is till on 0.x.x version, but I'm working on standardizing everything.

It have fantastic proxy performance, even beats nginx in performance/stability tests with many thousands of concurrent connections.

It would be great to have a human review and suggestions .

This is the link for ingress documentation : https://aralez.rs/docs/quickstart/

An the link to main project in GitHUB: https://github.com/sadoyan/aralez

Thanks

0 Upvotes

9 comments sorted by

View all comments

1

u/sdhdhosts 7d ago

The Status API endpoint is: curl 127.0.0.1:3000/staus?live with staus not status?

1

u/sadoyan 7d ago edited 7d ago

This is live dead status for upstreams in json format. 

1

u/sdhdhosts 7d ago

Isn’t staus a typo?

1

u/sadoyan 7d ago edited 7d ago

Yes it is :-) . In documentation only. I have fixed that