NVIDIA Launches NodeWright for Kubernetes Node Management

Rebeca Moen Sep 23, 2026 19:15

NVIDIA's NodeWright simplifies Kubernetes node ops, enabling GPU fleet updates without disrupting AI workloads.

NVIDIA Launches NodeWright for Kubernetes Node Management

NVIDIA has officially introduced NodeWright, an open-source, Kubernetes-native package manager designed to manage and safely update host operating systems across GPU fleets. Originally known as Skyhook during its production use within NVIDIA, NodeWright aims to address a major operational pain point: maintaining node-level configurations without disrupting sensitive AI workloads or long-running jobs.

Managing Kubernetes nodes has always been a challenge, particularly for GPU-based workloads. While Kubernetes handles workload scheduling, node-level tasks—such as kernel tuning, driver updates, and security patching—require manual scripts, custom playbooks, or disruptive maintenance windows. This becomes untenable at scale, especially when hardware like GPUs is scarce and jobs can’t simply be rescheduled. NodeWright solves this by enabling declarative fleet-wide updates that respect Kubernetes primitives like PodDisruptionBudgets and workload labels.

How NodeWright Works

NodeWright operates using three core components: the operator, custom resources, and packages. Administrators declare desired changes in a NodeWright Custom Resource, specify target nodes through labels, and define interruption budgets. Packages, packaged as container images, contain the scripts and configurations needed for tasks ranging from CVE remediation to accelerator-specific tuning. The operator then orchestrates changes node-by-node, following a six-step sequence: cordon, wait, drain, apply, validate, and uncordon.

This workflow ensures minimal disruption. For example, a node running a long-running AI training job won’t be interrupted mid-task. Instead, NodeWright pauses updates for protected workloads, applies changes incrementally, and validates the results before resuming operations. It’s effectively a GitOps-compatible package manager for Kubernetes host layers, enabling safe, automated rollouts across thousands of nodes.

Progressive Rollouts for Fleet Management

One standout feature is NodeWright’s DeploymentPolicy resource, which enables progressive rollouts using fixed, linear, or exponential batch strategies. This allows admins to start with a single canary node, verify the update, and scale changes fleet-wide with confidence. Success and failure thresholds provide additional safeguards, stopping updates if issues arise. These controls are vital for large-scale GPU clusters where even minor disruptions can have outsized impacts on productivity.

Tailored for GPU and AI Workloads

NodeWright is particularly suited for GPU-accelerated workloads, a niche where NVIDIA has unparalleled expertise. The tool integrates seamlessly with NVIDIA’s AI ecosystem, including the AI Cluster Runtime (AICR), which offers validated recipes for drivers, kernels, and system configurations. NVIDIA has also published pre-built packages for common tasks like tuning NVIDIA Hopper and Blackwell GPUs or configuring nodes in cloud environments like Google Kubernetes Engine (GKE) and Amazon Elastic Kubernetes Service (EKS).

Why This Matters

For enterprises running AI factories or GPU-heavy Kubernetes clusters, NodeWright is a game-changer. It bridges a critical gap between workload orchestration and node management, bringing Kubernetes-style automation and declarative management to the underlying host layer. By eliminating the need for manual interventions and spreadsheets, it reduces operational risk and improves uptime.

The timing aligns with the growing demand for scalable AI infrastructure, where delays caused by node-level inefficiencies can cost millions. NVIDIA’s open-source approach ensures wide accessibility, inviting contributions from the Kubernetes and AI communities to expand its capabilities.

What’s Next

NodeWright is now available as open source under the Apache 2.0 license. Administrators can install it via Helm charts and start managing fleets immediately. NVIDIA plans to continue enhancing the platform with new packages and integrations, emphasizing support for complex cloud and hardware configurations.

For enterprises adopting AI at scale, NodeWright offers a pathway to streamline operations, minimize disruptions, and ensure consistent node performance across their Kubernetes clusters.

Image source: Shutterstock