This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new 3d80b74dc HDDS-14182. Port S3 Gateway Load Balancing doc to Docusaurus
(#173)
3d80b74dc is described below
commit 3d80b74dce02f0c578d8892ddddf9010f0c2019d
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Jan 1 18:40:50 2026 -0800
HDDS-14182. Port S3 Gateway Load Balancing doc to Docusaurus (#173)
---
.../03-operations/11-s3-gateway-load-balancing.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git
a/docs/05-administrator-guide/03-operations/11-s3-gateway-load-balancing.md
b/docs/05-administrator-guide/03-operations/11-s3-gateway-load-balancing.md
new file mode 100644
index 000000000..a8ce4506b
--- /dev/null
+++ b/docs/05-administrator-guide/03-operations/11-s3-gateway-load-balancing.md
@@ -0,0 +1,18 @@
+---
+sidebar_label: S3 Gateway Load Balancing
+---
+
+# Using Multiple S3 Gateways for Load Balancing
+
+The Ozone S3 Gateway is designed to be stateless, which means it does not
store any data on the node where it is running. This stateless architecture
allows you to run multiple S3 Gateway nodes and load balance traffic between
them.
+
+If you find that a single S3 Gateway is becoming a bottleneck for your S3
traffic, you can improve the throughput by adding more S3 Gateway nodes to your
cluster. You can then use a load balancer, such as HAProxy, to distribute the
traffic among the S3 Gateway nodes in a round-robin fashion.
+
+## Docker Compose Example
+
+The Ozone source code includes a Docker Compose example for running multiple
S3 Gateways with HAProxy. You can find it in the
`hadoop-ozone/dist/src/main/compose/common` directory.
+
+-
[S3-haproxy.cfg](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg)
+-
[S3-haproxy.yaml](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.yaml)
+
+These examples can help you get started with running a load-balanced S3
Gateway setup.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]