Nvidia Launches Dynamo Snapshot, Cutting Kubernetes Inference Startup Time to Under 5 Seconds
Nvidia introduced Dynamo Snapshot, a Kubernetes tool designed to speed startup for inference workloads by reducing startup time from minutes to under five seconds. The company said the software addresses cold starts in production inference deployments and, in one cited workload, cut gpt-oss-120b restore times to less than five seconds.
The launch targets a common problem in scaling LLM inference replicas elastically on Kubernetes, where demand can shift quickly and cold-starting workloads leaves GPUs idle. Nvidia said Dynamo Snapshot uses concurrent weight restoration over a high-speed interconnect, along with Linux native AIO and parallel memfd restoration, to accelerate CRIU restore performance.
From the sources (3 posts)
@nvidiaaiIntroducing Dynamo Snapshot, our approach for fast startup for inference workloads on Kubernetes, which reduces startup time from minutes to under 5 seconds. In production inference deployments demand fluctuates over time. Cold-starting in
@nvidiaaiYou can read the full deep dive here:
@hut_Scaling LLM inference replicas elastically on Kubernetes usually means brutal cold starts. My team and a large group of engineers across NVIDIA just launched NVIDIA Dynamo Snapshot to solve this—slashing gpt-oss-120