Large-Scale AI Training Infrastructure
Training infrastructure is not inference infrastructure. One job occupies the whole fleet, every rank waits for the slowest, and a single failure stops everything. This course covers the fabric, the scheduler, the failure machinery, the checkpoint economics, the power budget, and the security of the weights, for engineers responsible for a research organization's training capacity.
What you'll learn
Curriculum
9 modules · 40 lessonsThe Shape of a Training Cluster
Why a training fleet breaks the instincts that inference and general Kubernetes work build, and how to read a run's resource profile.
The Fabric
Collective communication, lossless networks, topology, and the data path. The network is the machine.
Scheduling at Fleet Scale
Gang scheduling, topology-aware placement, quota across research teams, mixed hardware generations, and survivable preemption.
Failure Is the Steady State
Failure budgets, sick node detection, stragglers, silent corruption, elasticity, and designing allocations that survive loss.
Checkpointing and Data
Checkpoint economics and mechanics, the storage underneath them, the input pipeline, and what reproducibility really costs.
Observability for Training
The metrics that describe a run honestly, instrumenting collectives, profiling a step, and catching silent degradation.
Power, Thermal, and Capacity
The physical constraint most Kubernetes engineers have never had to model, and the planning it forces.
Securing Weights and Research Environments
Model weights as the asset, research environments that stay usable, exfiltration detection, and incident response.
Capstones
Two full design walkthroughs combining everything: the training control plane, and a weights exfiltration response.
About the Author

Sharon Sahadevan
AI Infrastructure Engineer
Building production GPU clusters on Kubernetes. H100s, large-scale model serving, and end-to-end ML infrastructure across Azure and AWS.
10+ years designing cloud-native platforms with deep expertise in Kubernetes orchestration, GitOps (Argo CD), Terraform, and MLOps pipelines for LLM deployment.
Author of KubeNatives, a weekly newsletter read by 3,000+ DevOps and ML engineers for production insights on K8s internals, GPU scheduling, and model-serving patterns.