The Dynamo Platform Helm chart installs the Dynamo operator and its optional dependencies. Eligible for NVIDIA Enterprise Support. No functional or binary differences from its corresponding OSS artifact.
Overview
A Helm chart for deploying the NVIDIA Dynamo operator, with optional etcd, NATS, KAI Scheduler, Grove, and Snapshot subcharts. The operator is installed by default; the subcharts are opt-in. Custom Resource Definitions are embedded in the operator image and applied automatically. Do not install a separate dynamo-crds chart.
dynamo-platform-enterprise is part of the NVIDIA Dynamo Enterprise collection. It is published separately from the open-source release; the -enterprise suffix marks what NVIDIA supports commercially. At the same version, dynamo-platform-enterprise contains the same contents as dynamo-platform.
Access and Support
- Access and use: Available without an NVIDIA AI Enterprise subscription and at no charge for access and use in development or production.
- Commercial support: An active NVIDIA AI Enterprise subscription is required to open commercial support cases and receive NVIDIA Enterprise Support.
- Scope: Only the exact
-enterpriseartifacts and versions listed in the Dynamo Enterprise collection are covered. An artifact being identical to a supported one does not put it in support scope. Recipes are not in scope.
See Dynamo Enterprise for scope, supported artifacts, and coverage terms.
Getting Started
export RELEASE_VERSION=<version> # from https://docs.nvidia.com/dynamo/latest/reference/release-artifacts
ngc registry chart pull nvidia/ai-dynamo/dynamo-platform-enterprise:$RELEASE_VERSION
helm install dynamo-platform dynamo-platform-enterprise-$RELEASE_VERSION.tgz \
--namespace dynamo-system \
--create-namespace
For installation options including Grove, KAI Scheduler, and Prometheus, see Install the Dynamo Platform.
License
NVIDIA Dynamo is released under the Apache-2.0 open-source license, making it freely available for development, research, and deployment.
Disclaimer: Installing this helm chart might result in pulling and running docker images that contain software licensed under GPL-2.0, GPL-3.0+, and LGPL-2.1+. Please make sure to comply with the software license requirements.
Enterprise Support
An active NVIDIA AI Enterprise subscription adds the support channel. Security patches ship in the releases themselves, in the same artifacts for all users.
- Security Patching: NVIDIA prioritizes patching vulnerabilities categorized as Critical and High severity, based on CVSS and NVIDIA's scanning logic, and ships fixes roll-forward in subsequent Dynamo releases. Medium and Low severity findings are addressed best-effort.
- Bug Intake: Subscribers file issues through NVIDIA Enterprise Support. Fixes land on
mainand ship roll-forward in the next Dynamo release; there is no on-demand or backport release for bugs. - Release Coverage: Support covers Dynamo major and minor releases, and the patch releases (1.X.1) that ship security fixes between them.
- Hardware Scope: Support covers the hardware, operating systems, and architectures listed in the published Compatibility matrix and is not scoped to individual models.
Get Help
- NVIDIA AI Enterprise customers: File a support case through NVIDIA Enterprise Support.
- Community and out-of-scope questions: Refer to the Dynamo Documentation or file on Dynamo GitHub Issues.
- Release Notes: GitHub Releases