physical-ai-infrastructure-setup-and-resilient-scaling

Automate NVIDIA Physical AI infrastructure provisioning and scaling across MicroK8s and Azure AKS.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill physical-ai-infrastructure-setup-and-resilient-scaling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: physical-ai-infrastructure-setup-and-resilient-scaling
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/plugins/nvidia-skills/skills/physical-ai-infrastructure-setup-and-resilient-scaling
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill physical-ai-infrastructure-setup-and-resilient-scaling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, terraform, kubectl, helmfile, git, jq, curl, envsubst.

What problem does it solve?

This Skill automates the end-to-end provisioning, scaling, validation, and recovery of NVIDIA Physical AI infrastructure stacks across MicroK8s and Azure AKS.

Core Features & Use Cases

  • Automated cluster provisioning for MicroK8s or Azure AKS
  • End-to-end OSMO deployment, inference endpoint setup, and workload readiness checks
  • Resilient scaling and recovery flows to handle infrastructure failures or misconfigurations
  • Deterministic preflight and gate validations to prevent unsafe or non-reproducible deployments

Quick Start

Install and run this skill to orchestrate end-to-end Physical AI infrastructure setup and resilient scaling across MicroK8s or Azure AKS.

Frequently Asked Questions about physical-ai-infrastructure-setup-and-resilient-scaling

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

FAQPage Schema
How do I automate Kubernetes infrastructure provisioning for NVIDIA Physical AI on Azure AKS?

You can automate Kubernetes infrastructure provisioning for NVIDIA Physical AI on Azure AKS by using this Skill to orchestrate end-to-end cluster setup, OSMO deployment, and inference endpoint configuration with deterministic preflight validation gates.

How does resilient scaling and recovery work for MicroK8s Physical AI infrastructure?

Resilient scaling for MicroK8s Physical AI infrastructure works by automating recovery flows that handle infrastructure failures or misconfigurations, ensuring workload readiness and preventing unsafe deployments through deterministic post-check gates.

Do I need Terraform and Azure CLI to set up OSMO deployment and inference endpoints?

Yes, you need Terraform and Azure CLI to set up OSMO deployment and inference endpoints on AKS. For MicroK8s setups, you primarily need kubectl, along with appropriate credentials to manage secrets safely and run preflight checks.

What is the best way to validate workload readiness in SDG pipelines?

The best way to validate workload readiness in SDG pipelines is to run deterministic preflight and post-check gates that verify cluster configurations, OSMO deployments, and inference endpoints before executing infrastructure failure recovery.

Why does my Physical AI infrastructure deployment fail preflight checks?

Physical AI infrastructure deployments fail preflight checks when the environment lacks required dependencies like az, terraform, kubectl, helmfile, or jq, or when credentials are missing for safe secret management and component reference loading.

Can I use MicroK8s instead of Azure AKS for Physical AI infrastructure scaling?

Yes, you can use MicroK8s instead of Azure AKS for Physical AI infrastructure scaling. The Skill supports both platforms, allowing you to provision clusters, deploy OSMO, and manage resilient scaling with kubectl.