Skip to content

Files

Latest commit

e89e1a4 · Dec 26, 2024

History

History

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 19, 2023
May 19, 2023
Mar 11, 2024
Apr 5, 2024
Jun 25, 2024
Dec 26, 2024
Jul 20, 2021
Mar 1, 2023
Aug 24, 2023
Oct 12, 2022
Feb 13, 2023
Feb 21, 2024
Apr 16, 2021
Jul 13, 2022

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

Presentations & Slides