Helm charts for deploying NVIDIA NeMo microservices infrastructure and demos on OpenShift.
- OpenShift 4.x cluster
- Helm 3.x
ocCLI configured- NGC API key (for pulling NVIDIA images)
- GPU nodes (for training/inference workloads)
deploy/nemo-infra: Infrastructure components (databases, MLflow, Argo, Milvus, Volcano, Operators)deploy/nemo-instances: Example NeMo microservices deployments
Deploy all infrastructure components (PostgreSQL, MLflow, Argo Workflows, Milvus, Volcano, Operators):
cd deploy/nemo-infra
helm install nemo-infra . -n <namespace> --create-namespace📖 Full documentation: deploy/nemo-infra/README.md
Deploy example NeMo microservices (Customizer, Datastore, Entity Store, Evaluator, Guardrail, NIM services):
cd deploy/nemo-instances
helm install nemo-instances . -n <namespace>📖 Full documentation: deploy/nemo-instances/README.md