- Terraform Node Group: Provisioned with
g4dn.xlargeinstances with auto-scaling limits (0-3). - NVIDIA Device Plugin: Deployed as a DaemonSet to expose GPU hardware metrics and limits to Kubernetes pods.
Pod specifications requesting GPU must declare:
resources:
limits:
nvidia.com/gpu: 1
tolerations:
- key: "nvidia.com/gpu"
operator: "Exists"
effect: "NoSchedule"