mirror of https://github.com/sozu-proxy/sozu.git
97c9f3021c | ||
---|---|---|
.. | ||
README.md | ||
architecture.md | ||
benchmark.md | ||
configure.md | ||
configure_cli.md | ||
debugging_strategies.md | ||
design_motivation.md | ||
getting_started.md | ||
how_to_use.md | ||
lexicon.md | ||
lifetime_of_a_session.md | ||
recipes.md | ||
tools_libraries.md | ||
why_you_should_use.md |
README.md
Sōzu
What is Sōzu?
Sōzu is a reverse proxy for load balancing, written in Rust. Its main job is to balance inbound requests across two or more clusters backends to spread the load.
-
It serves as a termination point for TLS sessions. So the workload of dealing with the encryption is offloaded from the backend.
-
It can protect the backends by preventing direct access from the network.
-
It returns some metrics related to the traffic between clients and backends clusters behind it.
Introduction
Overview
Going deeper
Release Notes
TODO