From 9b4dd4cd9ce0b86e026ee4ac93f6916102d62772 Mon Sep 17 00:00:00 2001 From: Iman Tabrizian <10105175+tabrizian@users.noreply.github.com> Date: Tue, 2 Dec 2025 08:11:04 +0000 Subject: [PATCH] [TRTLLM-9082][doc] Address Dynamo Example feedback Signed-off-by: Iman Tabrizian <10105175+tabrizian@users.noreply.github.com> --- docs/source/examples/dynamo_k8s_example.rst | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/docs/source/examples/dynamo_k8s_example.rst b/docs/source/examples/dynamo_k8s_example.rst index 523e239ceb47..058039206727 100644 --- a/docs/source/examples/dynamo_k8s_example.rst +++ b/docs/source/examples/dynamo_k8s_example.rst @@ -1,18 +1,8 @@ Dynamo K8s Example ================================= - -1. Install Dynamo Cloud - -Please follow `this guide `_ -to install Dynamo cloud for your Kubernetes cluster. - -2. Deploy the TRT-LLM Deployment - -Dynamo uses custom resource definitions (CRDs) to manage the lifecycle of the -deployments. You can use the `DynamoDeploymentGraph yaml `_ -files to create aggregated, and disaggregated TRT-LLM deployments. - -Please see `Deploying Dynamo Inference Graphs to Kubernetes using the Dynamo -Cloud Platform `_ +This example demonstrates how to deploy TensorRT-LLM on a Kubernetes cluster +using Dynamo Cloud. Dynamo provides an operator-based approach to manage the +lifecycle of model deployments through Custom Resource Definitions (CRDs). +Please see `Dynamo Kubernetes Quick Start Guide `_ for more details.