From cbfb77c6f5d8f8bbbd0def53d21de50457f4f46f Mon Sep 17 00:00:00 2001 From: brendanmckeag <162313286+brendanmckeag@users.noreply.github.com> Date: Wed, 7 Jan 2026 07:48:37 -0800 Subject: [PATCH 1/2] Update overview.mdx Youtube video add --- serverless/load-balancing/overview.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/serverless/load-balancing/overview.mdx b/serverless/load-balancing/overview.mdx index 746b819c..ac2e9a51 100644 --- a/serverless/load-balancing/overview.mdx +++ b/serverless/load-balancing/overview.mdx @@ -20,6 +20,17 @@ When you're ready to get started, follow this tutorial to learn how to [build an Or, if you're ready for a more advanced use case, you can jump straight into [building a vLLM load balancer](/serverless/load-balancing/vllm-worker). +This YouTube video will summarize and explain many of the concepts shown lower. + + + ## Key features - **Direct HTTP access**: Connect directly to worker HTTP servers, bypassing queue infrastructure for lower latency. From 7f142365f1c45a98b6bd137cfd84e10d85601d17 Mon Sep 17 00:00:00 2001 From: Mo King Date: Tue, 20 Jan 2026 13:25:50 -0500 Subject: [PATCH 2/2] Revise video reference for load balancing overview Updated the video reference for an overview of concepts. --- serverless/load-balancing/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/load-balancing/overview.mdx b/serverless/load-balancing/overview.mdx index ac2e9a51..97fe5157 100644 --- a/serverless/load-balancing/overview.mdx +++ b/serverless/load-balancing/overview.mdx @@ -20,7 +20,7 @@ When you're ready to get started, follow this tutorial to learn how to [build an Or, if you're ready for a more advanced use case, you can jump straight into [building a vLLM load balancer](/serverless/load-balancing/vllm-worker). -This YouTube video will summarize and explain many of the concepts shown lower. +You can also watch this video for an brief overview of the concepts explained on this page: