https://github.com/parzival-space/frp-operator
Kubernetes operator for the FRP reverse proxy that actually works.
https://github.com/parzival-space/frp-operator
frp k8s kubernetes-operator reverse-proxy
Last synced: 15 days ago
JSON representation
Kubernetes operator for the FRP reverse proxy that actually works.
- Host: GitHub
- URL: https://github.com/parzival-space/frp-operator
- Owner: parzival-space
- License: mit
- Created: 2026-05-06T23:38:44.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-05-07T00:04:33.000Z (25 days ago)
- Last Synced: 2026-05-07T01:32:37.146Z (25 days ago)
- Topics: frp, k8s, kubernetes-operator, reverse-proxy
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another FRP Operator
Kubernetes operator for the [FRP project made by fatedier](https://github.com/fatedier/frp).
This Operator allows you to easily deploy and manage the FRP client in you Kubernetes cluster, and use it to expose
services and pods using and FRP server running outside the cluster.
## Running in local Development Environment
1. Create a [minikube](https://minikube.sigs.k8s.io/docs/) cluster and set up kubectl to use it.
2. Start the FRP server on you local machine, a Docker Compose file is provided in the `docker` directory.
3. Run the operator locally using `cargo run -p frp-operator`
## Other FRP Operators
- [zufardhiyaulhaq/frp-operator](https://github.com/zufardhiyaulhaq/frp-operator) - FRP Client Operator written in Go.
- [Aureum-Cloud/frp-Operator](https://github.com/Aureum-Cloud/frp-Operator) - FRP Client Operator by Aureum Cloud, written in Go.
- [nnstd/frp-operator](https://github.com/nnstd/frp-operator) - FRP Operator for managing (frps, frpc) instances, written in Go.