From 02087e0b26cae7fa0b2bff82295ed60aa2ed750a Mon Sep 17 00:00:00 2001 From: Anna Tchernych Date: Wed, 30 Jul 2025 11:08:14 -0700 Subject: [PATCH 1/6] rm ref to manual dply --- docs/guides/dynamo_deploy/README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/guides/dynamo_deploy/README.md b/docs/guides/dynamo_deploy/README.md index 516162d911..ed5ab986c0 100644 --- a/docs/guides/dynamo_deploy/README.md +++ b/docs/guides/dynamo_deploy/README.md @@ -28,15 +28,4 @@ For details about the Dynamo Cloud Platform, see the [Dynamo Operator Guide](dyn # 2. Follow [Examples](../../examples/README.md) to see how you can deploy your Inference Graphs. - -## Manual Deployment with Helm Charts - -Users who need more control over their deployments can use the manual deployment path (`deploy/helm/`): - -- Used for manually deploying inference graphs to Kubernetes -- Contains Helm charts and configurations for deploying individual inference pipelines -- Provides full control over deployment parameters -- Requires manual management of infrastructure components -- Documentation: - - [Using the Deployment Script](manual_helm_deployment.md#using-the-deployment-script): all-in-one script for manual deployment - - [Helm Deployment Guide](manual_helm_deployment.md#helm-deployment-guide): detailed instructions for manual deployment +t From 73d35d3461f91eb3020f2ad7ab4aaaf42a304d92 Mon Sep 17 00:00:00 2001 From: Anna Tchernych Date: Wed, 30 Jul 2025 11:13:40 -0700 Subject: [PATCH 2/6] fix broken links --- deploy/cloud/README.md | 7 ++----- deploy/inference-gateway/README.md | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/deploy/cloud/README.md b/deploy/cloud/README.md index 0f4ad5635e..fde7446531 100644 --- a/deploy/cloud/README.md +++ b/deploy/cloud/README.md @@ -17,10 +17,7 @@ limitations under the License. # Dynamo Cloud Platform -This directory contains the infrastructure components required for the Dynamo cloud platform, which is used when deploying with the `dynamo deploy` CLI commands. +This directory contains the infrastructure components required for the Dynamo cloud platform. For detailed documentation on setting up and using the Dynamo Cloud Platform, please refer to: -- [Dynamo Cloud Platform Guide](../../docs/guides/dynamo_deploy/dynamo_cloud.md) -- [Operator Deployment Guide](../../docs/guides/dynamo_deploy/operator_deployment.md) - -For a quick start example, see [examples/hello_world/README.md#deploying-to-kubernetes-using-dynamo-cloud-and-dynamo-deploy-cli](../../examples/hello_world/README.md#deploying-to-kubernetes-using-dynamo-cloud-and-dynamo-deploy-cli) \ No newline at end of file +- [Dynamo Cloud Platform Guide](../../docs/guides/dynamo_deploy/dynamo_cloud.md) \ No newline at end of file diff --git a/deploy/inference-gateway/README.md b/deploy/inference-gateway/README.md index 7787d57b64..b7bb542c6b 100644 --- a/deploy/inference-gateway/README.md +++ b/deploy/inference-gateway/README.md @@ -18,7 +18,7 @@ Currently, this setup is only kgateway based Inference Gateway. 1. **Install Dynamo Platform** -[See Quickstart Guide](../../../docs/guides/dynamo_deploy/quickstart.md) to install Dynamo Cloud. +[See Quickstart Guide](../../docs/guides/dynamo_deploy/quickstart.md) to install Dynamo Cloud. 2. **Deploy Inference Gateway** From a381e17482ec66cf5fd38066994889788574b509 Mon Sep 17 00:00:00 2001 From: Anna Tchernych Date: Wed, 30 Jul 2025 11:15:41 -0700 Subject: [PATCH 3/6] remote t --- docs/guides/dynamo_deploy/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/dynamo_deploy/README.md b/docs/guides/dynamo_deploy/README.md index ed5ab986c0..e34f5f86be 100644 --- a/docs/guides/dynamo_deploy/README.md +++ b/docs/guides/dynamo_deploy/README.md @@ -28,4 +28,3 @@ For details about the Dynamo Cloud Platform, see the [Dynamo Operator Guide](dyn # 2. Follow [Examples](../../examples/README.md) to see how you can deploy your Inference Graphs. -t From 55acbed14c59d17e17d9f35cc1f0a5ed77a2e0bb Mon Sep 17 00:00:00 2001 From: Anna Tchernych Date: Wed, 30 Jul 2025 11:25:54 -0700 Subject: [PATCH 4/6] add note about the hello-world example. --- examples/runtime/hello_world/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/runtime/hello_world/README.md b/examples/runtime/hello_world/README.md index 67bb331dc5..3fd0a03672 100644 --- a/examples/runtime/hello_world/README.md +++ b/examples/runtime/hello_world/README.md @@ -103,6 +103,9 @@ Hello star! ## Deployment to Kubernetes +Note that this a very simple degenerate example which does not demonstrate the standard Dynamo FrontEnd-Backend deployment. The hello-world client is not a web server, it is a one off function which sends the predefined text "world,sun,moon,star" to the backend. The example is meant to show the HelloWorldWorker. As such you will only see the HelloWorldWorker pod in deployment. + + Follow the [Quickstart Guide](../../../docs/guides/dynamo_deploy/quickstart.md) to install Dynamo Cloud. Then deploy to kubernetes using From 9406251537f9e64a4422a21b7bf12163df97b678 Mon Sep 17 00:00:00 2001 From: Anna Tchernych Date: Wed, 30 Jul 2025 11:35:45 -0700 Subject: [PATCH 5/6] comment --- examples/runtime/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/runtime/hello_world/README.md b/examples/runtime/hello_world/README.md index 3fd0a03672..340c64979e 100644 --- a/examples/runtime/hello_world/README.md +++ b/examples/runtime/hello_world/README.md @@ -103,7 +103,7 @@ Hello star! ## Deployment to Kubernetes -Note that this a very simple degenerate example which does not demonstrate the standard Dynamo FrontEnd-Backend deployment. The hello-world client is not a web server, it is a one off function which sends the predefined text "world,sun,moon,star" to the backend. The example is meant to show the HelloWorldWorker. As such you will only see the HelloWorldWorker pod in deployment. +Note that this a very simple degenerate example which does not demonstrate the standard Dynamo FrontEnd-Backend deployment. The hello-world client is not a web server, it is a one off function which sends the predefined text "world,sun,moon,star" to the backend. The example is meant to show the HelloWorldWorker. As such you will only see the HelloWorldWorker pod in deployment. The client will run and exit and the pod will not be operational. Follow the [Quickstart Guide](../../../docs/guides/dynamo_deploy/quickstart.md) to install Dynamo Cloud. From 5d292ca59ab8523f373389f790620066a505f81f Mon Sep 17 00:00:00 2001 From: Anna Tchernych Date: Wed, 30 Jul 2025 11:46:18 -0700 Subject: [PATCH 6/6] added a comment --- examples/runtime/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/runtime/hello_world/README.md b/examples/runtime/hello_world/README.md index 340c64979e..c7e6644db9 100644 --- a/examples/runtime/hello_world/README.md +++ b/examples/runtime/hello_world/README.md @@ -103,7 +103,7 @@ Hello star! ## Deployment to Kubernetes -Note that this a very simple degenerate example which does not demonstrate the standard Dynamo FrontEnd-Backend deployment. The hello-world client is not a web server, it is a one off function which sends the predefined text "world,sun,moon,star" to the backend. The example is meant to show the HelloWorldWorker. As such you will only see the HelloWorldWorker pod in deployment. The client will run and exit and the pod will not be operational. +Note that this a very simple degenerate example which does not demonstrate the standard Dynamo FrontEnd-Backend deployment. The hello-world client is not a web server, it is a one-off function which sends the predefined text "world,sun,moon,star" to the backend. The example is meant to show the HelloWorldWorker. As such you will only see the HelloWorldWorker pod in deployment. The client will run and exit and the pod will not be operational. Follow the [Quickstart Guide](../../../docs/guides/dynamo_deploy/quickstart.md) to install Dynamo Cloud.