Commit c1c875bb authored by julienmancuso's avatar julienmancuso Committed by GitHub
Browse files

feat: update operator README (#544)

parent 6eb31507
# Dynamo Kubernetes Operator
The NVIDIA Dynamo Kubernetes Operator uses the [operator framework](https://cloud.redhat.com/blog/introducing-the-operator-framework) within Kubernetes to automate the management of all dynamo resources.
A Kubernetes Operator to manage all Dynamo pipelines using custom resources.
## pre-requisites
NEMO kubernetes operator has been built using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)
you need to install it on your machine
## Overview
This operator automates the deployment and lifecycle management of `DynamoDeployment` resources in Kubernetes clusters.
Built with [Kubebuilder](https://book.kubebuilder.io/), it follows Kubernetes best practices and supports declarative configuration through CustomResourceDefinitions (CRDs).
## Developer guide
### Pre-requisites
- [Go](https://go.dev/doc/install) >= 1.23
- [Kubebuilder](https://book.kubebuilder.io/quick-start.html)
### Build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment