"examples/vscode:/vscode.git/clone" did not exist on "f9918f615ffd4a0ea32aa961049682b712634816"
Unverified Commit 57482dcf authored by atchernych's avatar atchernych Committed by GitHub
Browse files

docs: Bug 5424387 (#2196)

parent 7fc94da6
......@@ -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)
\ No newline at end of file
- [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
......@@ -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**
......
......@@ -28,15 +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.
## 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
......@@ -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. 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.
Then deploy to kubernetes using
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment