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
78c7e352
"lib/vscode:/vscode.git/clone" did not exist on "c5f5ab605660eed9fdb10f4a335a85d5bea39c44"
Unverified
Commit
78c7e352
authored
Aug 18, 2025
by
julienmancuso
Committed by
GitHub
Aug 18, 2025
Browse files
fix: document differences between operator and helm chart DGD install… (#2498)
parent
a4bbe492
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
deploy/helm/README.md
deploy/helm/README.md
+12
-0
No files found.
deploy/helm/README.md
View file @
78c7e352
...
@@ -65,5 +65,17 @@ helm upgrade --install dynamo-graph ./deploy/helm/chart -n dynamo-cloud \
...
@@ -65,5 +65,17 @@ helm upgrade --install dynamo-graph ./deploy/helm/chart -n dynamo-cloud \
|
`natsAddr`
| Address of the NATS messaging service |
`nats://dynamo-platform-nats:4222`
|
|
`natsAddr`
| Address of the NATS messaging service |
`nats://dynamo-platform-nats:4222`
|
|
`deploymentType`
| Type of deployment to use. Can be
`basic`
or
`grove`
. If not specified,
`basic`
is used. |
`deploymentType=grove`
|
|
`deploymentType`
| Type of deployment to use. Can be
`basic`
or
`grove`
. If not specified,
`basic`
is used. |
`deploymentType=grove`
|
## Feature Support Comparison
The following table shows which deployment features are supported by the
**Helm chart installation**
versus the
**Operator path**
:
| Feature | Helm Chart | Operator | Description |
|---------|------------|----------|-------------|
|
**Singlenode**
(k8sDeployments) | ✅ Supported | ✅ Supported | Single-node deployments using standard Kubernetes Deployments |
|
**Singlenode**
(Grove PodGangSet) | ✅ Supported | ✅ Supported | Single-node deployments using Grove PodGangSet resources |
|
**Multinode**
(Grove PodGangSet and LWS) | ❌ Not Supported | ✅ Supported | Multi-node deployments requiring Grove PodGangSet and LeaderWorkerSet (LWS) |
**Key Differences:**
-
**Helm Chart**
: Best for simple single-node deployments and quick testing. Supports both basic Kubernetes deployments and Grove PodGangSet resources.
-
**Operator**
: Required for advanced multi-node deployments. Provides full feature support including complex distributed inference configurations.
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