fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.48k stars 13.25k forks source link

Support for clustering and high availability #3112

Closed Palezvar closed 2 years ago

Palezvar commented 2 years ago

Describe the feature request

I was wondering if it is or will be possible to group multiple frps servers to operate together to increase capacity or add redundancy to the solution.

Please excuse me if something with Kubernetes and LoadBalancers is already available to achieve this. So far I did not see anything.

Thank you.

Describe alternatives you've considered

No response

Affected area

fatedier commented 2 years ago

No support now.

Becods commented 2 years ago

The design of clusters is more complex and mostly commercial requirements, and since frp is open source software, not much effort is destined to be spent on this..

Or you can use third-party software to implement.

https://github.com/fatedier/frp/issues/1435

You can use nginx/HAProxy to inverse-substitute each frps node to achieve.

Palezvar commented 2 years ago

thank you for the response.

Nour963 commented 1 year ago

Any news on that? Has anyone been able to achieve that and if yes, can someone please share snippet of code of how to do that?