nvcf-self-managed-cli

Manage self-hosted NVIDIA Cloud Functions deployments end-to-end with nvcf-cli.

195|43|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/NVIDIA/nvcf --skill nvcf-self-managed-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nvcf-self-managed-cli
Source: https://github.com/NVIDIA/nvcf/tree/main/ai-tooling/user/skills/nvcf-self-managed-cli
Command: npx skills add https://github.com/NVIDIA/nvcf --skill nvcf-self-managed-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps operators bring up, operate, and tear down self-hosted NVIDIA Cloud Functions (NVCF) deployments using the nvcf-cli, enabling hands-off lifecycle management across environments.

Core Features & Use Cases

  • Provision and manage control planes and compute planes for NVCF deployments.
  • Register clusters, deploy and invoke container functions, manage admin tokens, and diagnose install failures.
  • Handle multi-cluster topologies (single-cluster and split-cluster) and GitOps-friendly teardown flows.

Quick Start

Install, configure, and tear down a self-hosted NVCF deployment with a single command.

Frequently Asked Questions about nvcf-self-managed-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage self-hosted NVIDIA Cloud Functions deployments across multiple clusters?

You can manage self-hosted NVIDIA Cloud Functions deployments across multi-cluster topologies by using a dedicated CLI tool to provision control planes, register compute clusters, and deploy container functions end-to-end.

What is the best way to tear down a self-hosted NVCF environment safely?

The best way to tear down a self-hosted NVCF environment safely is by using a GitOps-friendly teardown flow that enforces safety rails for destructive actions before removing control and compute planes.

Does the NVCF CLI support JWKS rotation for self-hosted clusters?

Yes, the NVCF CLI supports JWKS rotation for self-hosted clusters, handling cryptographic key updates automatically while coordinating the process through ICMS and Kubernetes contexts.

How do I register a Kubernetes cluster and deploy container functions to a control plane?

You register a Kubernetes cluster and deploy container functions to a control plane by executing specific CLI commands that configure the topology, manage admin tokens, and apply the functions via Helmfile and ICMS coordination.

Can I diagnose install failures for self-hosted NVIDIA Cloud Functions deployments?

Yes, you can diagnose install failures for self-hosted NVIDIA Cloud Functions deployments using the CLI tool to run health checks, inspect cluster registration status, and troubleshoot control plane and compute plane configuration issues.