aspire-deployment

Deploy Aspire apps from AppHost models across Docker Compose, Kubernetes, Azure, and AWS.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/tombly/ancela --skill aspire-deployment-tombly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire-deployment
Source: https://github.com/tombly/ancela/tree/main/.agents/skills/aspire-deployment
Command: npx skills add https://github.com/tombly/ancela --skill aspire-deployment-tombly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy Aspire apps end-to-end by coordinating app-host workflows across Docker Compose, Kubernetes, Azure, and AWS.

Core Features & Use Cases

  • Orchestrates Aspire deployment workflows from AppHost models to multiple cloud targets.
  • Publishes and validates deployment artifacts, performing preflight checks before applying changes.
  • Provides guidance for target-specific deployments (Docker Compose, Kubernetes, Azure, AWS) and safe handoff to native tooling.

Quick Start

Provide an AppHost path and run aspire deploy to provision and apply deployment across the chosen target.

Frequently Asked Questions about aspire-deployment

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

FAQPage Schema
How do I deploy Aspire apps to Kubernetes or Docker Compose?

You deploy Aspire apps by providing an AppHost path and running aspire deploy to provision and apply the deployment across your chosen cloud target.

Can I coordinate Aspire deployments across Azure and AWS?

Yes, Aspire deployment coordinates app-host workflows across Azure and AWS by enforcing Aspire-native paths and applying environment-specific overrides during provisioning.

Do I need an AppHost model to use Aspire deployment orchestration?

Yes, Aspire deployment requires an AppHost with deployment targets to orchestrate preflight checks, parameter handling, and environment-specific overrides across cloud targets.

What is the best way to tear down Aspire resources across cloud targets?

Tearing down Aspire resources is handled by coordinating app-host workflows that safely remove deployments across Docker Compose, Kubernetes, Azure, and AWS targets.

How does preflight validation work for Aspire deployment artifacts?

Preflight validation checks published deployment artifacts from the AppHost model, ensuring parameter handling and Aspire-native paths are correct before applying changes to any cloud target.

What are the limitations of deploying Aspire apps without published references?

Without published references, Aspire deployment cannot orchestrate preflight checks, parameter handling, or environment-specific overrides, making end-to-end cloud provisioning impossible.