.github/skills/fleet-deployment/SKILL.md
Deploy trained robot policies to edge fleets via FluxCD GitOps, image automation, and deployment gating
npx skillsauth add microsoft/physical-ai-toolchain fleet-deploymentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deploy trained robot policies to edge robot fleets using FluxCD GitOps pipelines, automated image updates, and deployment gating.
| Tool | Requirement |
|------|-------------|
| kubectl | Authenticated to target cluster |
| flux | FluxCD CLI 2.x |
| az CLI | Azure authentication for ACR access |
fleet-deployment/gitops/bootstrap.sh
Installs Flux components on the target cluster and configures Git source reconciliation.
Define ImageRepository, ImagePolicy, and ImageUpdateAutomation resources in fleet-deployment/gitops/image-automation/.
Configure gate criteria in fleet-deployment/gating/ to validate models before rollout.
FluxCD reconciles cluster state from Git. New model images trigger automated manifest updates and gated rollout.
| Directory | Purpose |
|-----------|---------|
| fleet-deployment/gitops/ | FluxCD manifests, sources, releases, and cluster overlays |
| fleet-deployment/gating/ | Deployment gating service and Kubernetes manifests |
| fleet-deployment/inference/ | On-device inference runtime code |
| fleet-deployment/examples/ | Example deployment configurations |
| fleet-deployment/specifications/ | Domain specification documents |
| Document | Description | |----------|-------------| | fleet-deployment.specification.md | Domain overview and component contracts | | gitops.specification.md | FluxCD GitOps architecture | | gating-service.specification.md | Deployment gating service |
devops
Generate synthetic training data using NVIDIA Cosmos world foundation models for SDG pipelines
tools
Submit, monitor, analyze, and evaluate LeRobot imitation learning training jobs on OSMO with Azure ML MLflow integration and inference evaluation - Brought to you by microsoft/physical-ai-toolchain
tools
Deploy and manage Azure infrastructure for the Physical AI Toolchain including Terraform IaC, Kubernetes setup, GPU configuration, and network topology
devops
Monitor robot fleet telemetry via Azure IoT Operations, drift detection, Grafana dashboards, and Fabric analytics