dynamo/deploy/operator
hhzhang16 c8770464ab
feat: normalize dynamo namespace computation (#5231)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
2026-01-12 19:09:43 +00:00
..
api/v1alpha1 feat: normalize dynamo namespace computation (#5231) 2026-01-12 19:09:43 +00:00
cmd chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
config feat: mount model path to Profiler if specified (#5212) 2026-01-09 17:13:53 +00:00
docs chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
hack chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
internal feat: normalize dynamo namespace computation (#5231) 2026-01-12 19:09:43 +00:00
test chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
.dockerignore chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
.gitignore feat(dep-715): refactor helm directory and remove reference to cloud (#5042) 2025-12-23 12:08:19 -05:00
.golangci.yml chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
Dockerfile feat: bump up golang version to 1.25 (#5241) 2026-01-07 14:04:21 -07:00
LICENSE.txt chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
Makefile chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
PROJECT feat(dep-715): refactor helm directory and remove reference to cloud (#5042) 2025-12-23 12:08:19 -05:00
README.md feat: bump up golang version to 1.25 (#5241) 2026-01-07 14:04:21 -07:00
go.mod feat: bump up golang version to 1.25 (#5241) 2026-01-07 14:04:21 -07:00
go.sum feat(dep-715): refactor helm directory and remove reference to cloud (#5042) 2025-12-23 12:08:19 -05:00

README.md

Dynamo Kubernetes Operator

A Kubernetes Operator to manage all Dynamo pipelines using custom resources.

Overview

This operator automates the deployment and lifecycle management of Dynamo resources in Kubernetes clusters:

  • DynamoGraphDeploymentRequest (DGDR) - Simplified SLA-driven deployment interface
  • DynamoGraphDeployment (DGD) - Direct deployment configuration

Built with Kubebuilder, it follows Kubernetes best practices and supports declarative configuration through CustomResourceDefinitions (CRDs).

Custom Resources

  • DynamoGraphDeploymentRequest: High-level interface for SLA-driven configuration generation. Automatically handles profiling and generates an optimized DGD spec based on your performance requirements.
  • DynamoGraphDeployment: Lower-level interface for direct deployment configuration with full control over all parameters.

Developer guide

Pre-requisites

Build

make

Install

See Dynamo Kubernetes Platform Installation Guide for installation instructions.