GPU sharing is quickly becoming a practical requirement for Kubernetes-based AI inference, as many modern workloads don’t need a full GPU to deliver value. But safely placing multiple containers on the same accelerator brings new challenges: scheduling, fairness, isolation, observability, and noisy-neighbor behavior. This 20 min session explore the GPU sharing landscape across Kubernetes: time-slicing, MPS, MIG, KAI Scheduler, and HAMi, and dives into the harder problem: operating shared GPUs in production, from tracking usage to enforcing fairness as demand shifts.