Can NVIDIA NIM Really Operate Disconnected? An Enterprise Guide to Air-Gapped Private AI

Introduction NVIDIA NIM can operate without Internet access, but that statement is easy to oversimplify. The container does not become air-gap ready merely because an administrator pulled it once. A production NIM service depends on a complete software and artifact chain: the OCI image, model weights, model profiles, runtime manifests, GPU drivers, container runtime integration, … Read more

How to Share NVIDIA GPUs with MIG, Time-Slicing, and Resource Quotas

TL;DR NVIDIA MIG and GPU time-slicing solve different utilization problems. MIG divides a supported physical GPU into hardware-backed instances with dedicated compute and memory resources. Time-slicing advertises multiple schedulable replicas of the same GPU, but those replicas still share memory, execution time, and the same fault domain. Use MIG when workloads need stronger isolation and … Read more

How to Install and Configure the NVIDIA GPU Operator on Kubernetes

TL;DR The NVIDIA GPU Operator automates the software stack required to make GPUs usable by Kubernetes workloads. It can deploy and manage NVIDIA drivers, the NVIDIA Container Toolkit, the Kubernetes device plugin, GPU Feature Discovery, DCGM Exporter, MIG Manager, and validation components. A successful installation requires more than running a Helm command. The GPU hardware … Read more