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.