Additional Resources
This section describes how to use FluxCD for GitOps-based deployment of Dynamo inference graphs. GitOps enables you to manage your Dynamo deployments declaratively using Git as the source of truth. We’ll use the aggregated vLLM example to demonstrate the workflow.
The GitOps workflow for Dynamo deployments consists of three main steps:
First, follow to See Install Dynamo Kubernetes Platform.
Create a new file in your Git repository (e.g., deployments/llm-agg.yaml) with the following content:
Commit and push this file to your Git repository. FluxCD will detect the new CR and create the initial Dynamo deployment in your cluster.
To update your pipeline, just update the associated DynamoGraphDeployment CRD
The Dynamo operator will automatically reconcile it.
You can monitor the deployment status using: