dynamo/deploy/operator
hhzhang16 8f3188d3e2
feat: add missing overrides (#7017)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
2026-03-09 14:59:07 -07:00
..
api fix: normalize GPUSKU to AIC system identifier (#6984) 2026-03-09 12:58:39 -05:00
cmd refactor: replace kube-rbac-proxy sidecar with controller-runtime WithAuthenticationAndAuthorization (#7045) 2026-03-07 08:01:03 -08:00
config fix: normalize GPUSKU to AIC system identifier (#6984) 2026-03-09 12:58:39 -05:00
docs chore: document all env vars injected by operator (#6548) 2026-02-24 15:59:39 -07:00
hack chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
internal feat: add missing overrides (#7017) 2026-03-09 14:59:07 -07: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: simplify CRD management (#6466) 2026-02-23 19:18:13 -07:00
LICENSE.txt chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
Makefile chore: Optimizations for epp interface complience (#6581) 2026-03-04 03:46:04 +00:00
PROJECT feat: Add v1beta1 DGDR API with conversion framework (#6352) 2026-02-19 23:09:02 -08:00
README.md docs: restructure docs directory and move fern config to fern/ (#6700) 2026-03-01 19:58:22 -08:00
go.mod refactor: replace kube-rbac-proxy sidecar with controller-runtime WithAuthenticationAndAuthorization (#7045) 2026-03-07 08:01:03 -08:00
go.sum refactor: replace kube-rbac-proxy sidecar with controller-runtime WithAuthenticationAndAuthorization (#7045) 2026-03-07 08:01:03 -08: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.