Flusso is a powerful, secure, and high-performance Ingress Controller for Kubernetes, written in Rust. Tailored for modern cloud-native environments, Flusso offers a lightweight alternative to popular ingress solutions.
- Lightweight and Fast ⚡: Built in Rust 🦀 for high performance and low memory and CPU consumption.
- Advanced Load Balancing 🔄: Supports custom load balancing algorithms for optimized traffic distribution.
- Secure by Design 🔒: Implements modern TLS protocols with Rustls for enhanced security.
- Dynamic Backends 🔄: Automatically updates routing based on Kubernetes service changes.
- Flexible Configuration 🛠️: Easily configurable via YAML files or environment variables.
- Minimal Dependencies 📦: Avoids unnecessary dependencies for lightweight container images.
To get started with Flusso, you can use Docker or Helm to deploy the Ingress Controller in your Kubernetes cluster.
-
Pull the Docker image:
docker pull diocrafts/flusso-ingress-controller:latest
-
Run the Docker container:
docker run -p 8080:8080 -p 8081:8081 -e SERVER_ADDR="0.0.0.0:8080" -e TLS_ENABLED="true" diocrafts/flusso-ingress-controller
-
Add your Helm repository (if not added yet):
helm repo add flusso-repo https://your-helm-repo.com/charts
-
Install Flusso Ingress Controller:
helm install flusso-ingress flusso-repo/flusso-ingress
For more configuration options, refer to the values.yaml.
Flusso supports several configuration options, both via environment variables and Helm chart values.
- SERVER_ADDR: Define the address where the Ingress Controller will listen. Default is
0.0.0.0:8080. - TLS_ENABLED: Enable or disable TLS (default is
true). - TLS_CERT_PATH / TLS_KEY_PATH: Paths to TLS certificate and key files.
Flusso automatically routes incoming traffic to Kubernetes services defined by Ingress resources.
Flusso exposes a web GUI at http://<controller-ip>:8081 with insights into backends and routing.
Flusso is designed for seamless integration in Kubernetes.
- Kubernetes version 1.19 or higher
- Helm version 3 or higher
We welcome contributions to make Flusso even better! If you have suggestions for improvements, open a GitHub issue or submit a pull request. Please refer to our Contributing Guide for more details.
Flusso is licensed under the MIT License.
- GitHub: GitHub Repository
- Docker Hub: Docker Hub Repository
For further support, reach out via GitHub issues or visit our community forums.