Overview
NIMPipeline orchestrates multiple NIMService deployments as a unified pipeline. It manages service dependencies and ensures proper startup order for complex AI inference workflows. API Group:apps.nvidia.comAPI Version:
v1alpha1Kind:
NIMPipeline
Spec Fields
Services Configuration
List of NIM services to deploy as part of the pipeline
Status Fields
Standard Kubernetes conditions for the NIMPipeline. Possible condition types:
NIM_PIPELINE_READY: Pipeline is ready with all services runningNIM_PIPELINE_FAILED: One or more services in the pipeline have failed
Map of individual service states, keyed by service name. Each value indicates the current state of that service.Possible states for each service:
Pending: Service is being createdNotReady: Service exists but is not readyReady: Service is ready and availableFailed: Service has failed
Overall state of the pipeline. Values:
NotReady: One or more services are not readyReady: All enabled services are readyFailed: One or more services have failed