NVIDIA
NVIDIA
NMC Network Policies
Helm Chart
NVIDIA
NVIDIA
NMC Network Policies

A Helm chart for NMC Network Policies

Subscribe to get accessSubscribe to the product below to access this premium content:
NVIDIA Mission Control
NVIDIA Mission ControlNVIDIA Mission Control™ powers every aspect of AI factory operations — from developer workloads to infrastructure to facilities — with the skills of a world-class operations team delivered as software. It powers NVIDIA Blackwell™ data centers for the newest frontiers of AI, bringing instant agility to inference and training workloads and full-stack intelligence that delivers world-class infrastructure resiliency. Mission Control lets every enterprise run AI with hyperscale-grade efficiency so you can accelerate AI experimentation.
Note: You can gain access to hundreds more GPU-optimized artifacts by creating a free NGC account.
Already Subscribed?Log in
Subscribe Now

NMC Network Policies

Calico network policies for NVIDIA Mission Control (NMC), delivered as a Helm chart.

Purpose

This chart manages Calico network policies to control network traffic within NMC Kubernetes clusters. It applies a default-deny posture and selectively permits only the traffic required by NMC services on both the admin (k8s-admin) and user (k8s-user) clusters.

Features

  • Default-deny — blocks all traffic not explicitly allowed.
  • Cluster-type aware — deploys policies tailored to the services running on each cluster type (admin vs. user).
  • Least-privilege network access — permits only the egress and ingress traffic necessary for NMC services to operate.

Prerequisites

  • Kubernetes
  • Calico CNI installed
  • Helm 3

Usage

Set clusterType.admin=true or clusterType.user=true depending on which cluster you are installing to. Exactly one must be set. You must also provide the BCM head node CIDR.

# k8s-admin cluster
helm install nmc-network-policies <repo>/nmc-network-policies \
  --set clusterType.admin=true \
  --set bcmHeadNodeCidr="<your-cidr>"

# k8s-user cluster
helm install nmc-network-policies <repo>/nmc-network-policies \
  --set clusterType.user=true \
  --set bcmHeadNodeCidr="<your-cidr>"

Documentation

For full installation and configuration details, see the Kubernetes Security Hardening section of the NVIDIA Mission Control Software Installation Guide.

License

NVIDIA Proprietary

Publisher
NVIDIA
NVIDIA
Latest Version2.0.15
UpdatedJuly 2, 2026 UTC
Compressed Size3.93 KB