dynamo/deploy/operator
Pavithra Vijayakrishnan 5734f5c427
chore: Update the reference in readme (#6298)
Signed-off-by: pvijayakrish <pvijayakrish@nvidia.com>
2026-02-25 08:56:07 +00:00
..
api chore: Update the reference in readme (#6298) 2026-02-25 08:56:07 +00:00
cmd feat(operator): operator config versioning and injected as configmap (#6464) 2026-02-24 10:26:28 -08:00
config chore: Update the reference in readme (#6298) 2026-02-25 08:56:07 +00: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: Support epp's "pods" interface in Dynamo fixes [DEP-424] (#6302) 2026-02-25 01:54:38 +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: 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 feat: Support epp's "pods" interface in Dynamo fixes [DEP-424] (#6302) 2026-02-25 01:54:38 +00:00
PROJECT feat: Add v1beta1 DGDR API with conversion framework (#6352) 2026-02-19 23:09:02 -08:00
README.md docs: migrate Fern docs from fern/ into docs/ (#6206) 2026-02-11 16:22:27 -08:00
go.mod fix: remove etcd key deletion logic from operator (#6263) 2026-02-13 10:16:47 -08:00
go.sum fix: remove etcd key deletion logic from operator (#6263) 2026-02-13 10:16:47 -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.