From 3bcd6bb2702dd4862f194500fc1fe6b368dd6c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gm=E1=B5=8D=E1=B5=90?= <4529189+oyyblin@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:47:52 -0800 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c886d4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# gravity-devnet-rpc-lb +A lightweight RPC Load Balancer for the Gravity Devnet. This project leverages HAProxy & Nginx to distribute RPC traffic across multiple blockchain nodes with sticky session support to ensure consistent client connections. Designed to run efficiently in Kubernetes, this solution helps optimize node performance and network reliability.