aspire-deployment

Automate Aspire application deployment to Kubernetes, Azure, AWS, and Docker Compose.

Updated May 21, 2026
One-click install
npx skills add https://github.com/nymankla/archery --skill aspire-deployment-nymankla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire-deployment
Source: https://github.com/nymankla/archery/tree/main/.agents/skills/aspire-deployment
Command: npx skills add https://github.com/nymankla/archery --skill aspire-deployment-nymankla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aspire-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates deployment workflows for Aspire applications, streamlining the process from AppHost models to various deployment targets like Kubernetes, Azure, AWS, Docker Compose, and more.

Core Features & Use Cases

  • Deployment Automation: Automate deployment and management tasks for Aspire applications.
  • Target Support: Supports deployment to Kubernetes, Azure, AWS, Docker Compose, and more.
  • Target-specific Customization: Customize deployment for specific targets using Aspire's APIs and tooling.
  • Use Case: Deploy an Aspire application to a Kubernetes cluster, setting up the necessary resources and configurations automatically.

Quick Start

Deploy an Aspire application to a Kubernetes cluster using the 'aspire deploy' command.

Frequently Asked Questions about aspire-deployment

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

FAQPage Schema
How do I automate Aspire application deployment to Kubernetes?

Automate Aspire deployment to Kubernetes by using the 'aspire deploy' command within your AppHost model to automatically set up necessary resources and configurations. This Skill translates your AppHost definitions into Kubernetes manifests and applies them to your cluster.

Can I deploy Aspire AppHost models to AWS and Azure?

Yes, you can deploy Aspire AppHost models to both AWS and Azure. The Skill supports target-specific customization using Aspire's APIs and tooling to configure cloud resources and manage infrastructure as code workflows for these providers.

What is the best way to integrate Aspire deployment into CI/CD pipelines?

Integrate Aspire deployment into CI/CD pipelines by executing the 'aspire deploy' command as an automated step within your pipeline stages. This ensures consistent infrastructure as code application and automated deployment across your target environments like Docker Compose or Kubernetes.

Do I need Aspire CLI to automate AppHost deployment workflows?

Yes, you need the Aspire CLI to automate AppHost deployment workflows. This Skill requires the Aspire CLI as a dependency to process your AppHost models and execute the automated deployment commands to your specified targets.

Does infrastructure as code deployment with Aspire support Docker Compose?

Yes, infrastructure as code deployment with Aspire supports Docker Compose as a target. You can use your AppHost model to define services and automate their deployment directly to a Docker Compose environment for local or testing scenarios.