Goal: Since consumer and free-tier GPUs cannot create real MIG partitions, this lab has you design a MIG partitioning plan on paper for a shared A100, validate it against NVIDIA's official partition profile syntax, and then get hands-on with the scheduling side of the story by writing real DRA YAML (DeviceClass and ResourceClaim) against a free local Kubernetes cluster. Steps:
kind (Kubernetes-in-Docker) and kubectl locally if you don't already have them — both are free and run on a laptop.1g.5gb, 2g.10gb, 3g.20gb, 4g.20gb, 7g.40gb) and what compute-slice-count and memory each profile provides on an 80GB A100.requests: block) for each team expressing your chosen MIG profile as a resource request, matching the syntax shown in NVIDIA's documentation.kind cluster (kind create cluster) and, following the CNCF 2026 DRA walkthrough (see Resources), write a DeviceClass YAML and a ResourceClaim YAML for a simulated/time-sliced GPU device (kind clusters have no real GPUs, so this uses the DRA driver's simulated or CPU-only demo device — that's expected and fine).kubectl apply -f, create a simple pod that references your ResourceClaim, and run kubectl describe pod to confirm the claim was satisfied (or capture the scheduling event/log showing the claim being processed if full satisfaction isn't possible on kind).Deliverables: Submit your MIG partitioning plan (table + strategy justification), your 4 resource-request YAML snippets, your DeviceClass/ResourceClaim YAML, a terminal screenshot or log excerpt showing kubectl describe pod output (or the scheduling event you captured), and your reflection paragraph — as a single document upload or pasted text entry.