Helm Chart
Subscription required to access this content
Subscribe to get accessSubscribe to the product below to access this premium content:
Note: You can gain access to hundreds more GPU-optimized artifacts by creating a free NGC account.

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.
Already Subscribed?Log in
Subscribe NowNMC 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
Latest Version2.0.15
UpdatedJuly 2, 2026 UTC
Compressed Size3.93 KB