dynamo/deploy/cloud/operator
julienmancuso ad4821c569
feat: Cleanup dynamo cloud installation documentation (#2807)
Signed-off-by: Julien Mancuso <jmancuso@nvidia.com>
2025-09-02 15:48:10 -06:00
..
api feat: Add Grove and Kai scheduler as part of dynamo cloud helm chart (#2755) 2025-08-29 03:12:50 +00:00
cmd feat: Add support for model express url injection (#2769) 2025-09-02 09:48:42 -06:00
config feat: Auto-inject kai-scheduler annotations and label (#2748) 2025-08-28 00:09:14 +00:00
docs feat: Cleanup dynamo cloud installation documentation (#2807) 2025-09-02 15:48:10 -06:00
hack refactor: refactor dynamo deploy subfolder (#927) 2025-05-06 17:39:18 +00:00
internal feat: Add support for model express url injection (#2769) 2025-09-02 09:48:42 -06:00
test refactor: refactor dynamo deploy subfolder (#927) 2025-05-06 17:39:18 +00:00
.dockerignore refactor: refactor dynamo deploy subfolder (#927) 2025-05-06 17:39:18 +00:00
.gitignore refactor: refactor dynamo deploy subfolder (#927) 2025-05-06 17:39:18 +00:00
.golangci.yml feat: Add LWS to Dynamo Operator (#998) 2025-05-19 12:49:24 -06:00
Earthfile fix: use non-dev golang image for operator (#1993) 2025-07-17 14:57:10 -07:00
LICENSE.txt refactor: refactor dynamo deploy subfolder (#927) 2025-05-06 17:39:18 +00:00
Makefile feat: Cleanup dynamo cloud installation documentation (#2807) 2025-09-02 15:48:10 -06:00
PROJECT feat: simplify k8s deployment (#1708) 2025-07-08 00:29:26 +00:00
README.md feat: Cleanup dynamo cloud installation documentation (#2807) 2025-09-02 15:48:10 -06:00
go.mod fix: Reflect actual status of Grove PGS in Dynamo DGD (#2710) 2025-08-27 23:21:25 +00:00
go.sum fix: Reflect actual status of Grove PGS in Dynamo DGD (#2710) 2025-08-27 23:21:25 +00: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 DynamoGraphDeployment resources in Kubernetes clusters.

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

Developer guide

Pre-requisites

Build

make

Install

See Dynamo Kubernetes Platform Installation Guide for installation instructions.