mcpbeat

Fleet Deployment

microsoft/fleet-deployment

Deploy trained robot policies to edge fleets via FluxCD GitOps, image automation, and deployment gating

520 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
100
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/physical-ai-toolchain --skill fleet-deployment

The instruction itself

9 sections, as written by the author

Fleet Deployment

Deploy trained robot policies to edge robot fleets using FluxCD GitOps pipelines, automated image updates, and deployment gating.

Prerequisites

| Tool | Requirement |

|------|-------------|

| kubectl | Authenticated to target cluster |

| flux | FluxCD CLI 2.x |

| az CLI | Azure authentication for ACR access |

Deployment Workflow

Step 1 — Bootstrap FluxCD

fleet-deployment/gitops/bootstrap.sh

Installs Flux components on the target cluster and configures Git source reconciliation.

Step 2 — Configure image automation

Define ImageRepository, ImagePolicy, and ImageUpdateAutomation resources in fleet-deployment/gitops/image-automation/.

Step 3 — Set up deployment gating

Configure gate criteria in fleet-deployment/gating/ to validate models before rollout.

Step 4 — Deploy to fleet

FluxCD reconciles cluster state from Git. New model images trigger automated manifest updates and gated rollout.

Key Directories

| 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 |

Specifications

| Document | Description |

|----------|-------------|

| fleet-deployment.specification.md | Domain overview and component contracts |

| gitops.specification.md | FluxCD GitOps architecture |

| gating-service.specification.md | Deployment gating service |

How to use it

Copy the folder

Take microsoft/fleet-deployment from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.