Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a91e6348
Unverified
Commit
a91e6348
authored
Nov 10, 2025
by
Julien Mancuso
Committed by
GitHub
Nov 10, 2025
Browse files
feat: add dynamoModel CRD (#4166)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
b2f1defe
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
docs/kubernetes/dynamo_operator.md
docs/kubernetes/dynamo_operator.md
+11
-0
No files found.
docs/kubernetes/dynamo_operator.md
View file @
a91e6348
...
...
@@ -12,6 +12,7 @@ Dynamo operator is a Kubernetes operator that simplifies the deployment, configu
-
**Controllers:**
-
`DynamoGraphDeploymentController`
: Watches
`DynamoGraphDeployment`
CRs and orchestrates graph deployments.
-
`DynamoComponentDeploymentController`
: Watches
`DynamoComponentDeployment`
CRs and handles individual component deployments.
-
`DynamoModelController`
: Watches
`DynamoModel`
CRs and manages model lifecycle (e.g., loading LoRA adapters).
-
**Workflow:**
1.
A custom resource is created by the user or API server.
...
...
@@ -100,10 +101,20 @@ kubectl get lease -n my-namespace dynamo-operator-namespace-scope \
## Custom Resource Definitions (CRDs)
Dynamo provides the following Custom Resources:
- **DynamoGraphDeployment (DGD)**: Deploys complete inference pipelines
- **DynamoComponentDeployment (DCD)**: Deploys individual components
- **DynamoModel**: Manages model lifecycle (e.g., loading LoRA adapters)
For the complete technical API reference for Dynamo Custom Resource Definitions, see:
**📖 [Dynamo CRD API Reference](./api_reference.md)**
For a user-focused guide on deploying and managing models with DynamoModel, see:
**📖 [Managing Models with DynamoModel Guide](./deployment/dynamomodel-guide.md)**
## Installation
### Quick Install with Helm
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment