Signed-off-by: Julien Mancuso <jmancuso@nvidia.com> |
||
|---|---|---|
| .. | ||
| api | ||
| cmd | ||
| config | ||
| docs | ||
| hack | ||
| internal | ||
| test | ||
| .dockerignore | ||
| .gitignore | ||
| .golangci.yml | ||
| Earthfile | ||
| LICENSE.txt | ||
| Makefile | ||
| PROJECT | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
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
- Go >= 1.24
- Kubebuilder
Build
make
Install
See Dynamo Kubernetes Platform Installation Guide for installation instructions.