akka-net-aspire-configuration

Configure Akka.NET with Aspire using Microsoft.Extensions.Configuration and Akka.Hosting.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/tientt010/Dotnet-JiraLite-Microservices --skill akka-net-aspire-configuration-tientt010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akka-net-aspire-configuration
Source: https://github.com/tientt010/Dotnet-JiraLite-Microservices/tree/main/.github/skills/akka-aspire-configuration
Command: npx skills add https://github.com/tientt010/Dotnet-JiraLite-Microservices --skill akka-net-aspire-configuration-tientt010

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure Akka.NET projects with .NET Aspire efficiently, unifying actor system setup, clustering, persistence, and management across local and production environments.

Core Features & Use Cases

  • Configuration-driven setup: Bind settings from Microsoft.Extensions.Configuration and wire Akka.Hosting for DI integration.
  • Aspire orchestration integration: Manage service dependencies, networking, and environment configuration via Aspire.
  • Operational readiness: Include health checks, TLS support, Akka.Management setup, and cluster bootstrap for scalable clusters.

Quick Start

Configure a new Akka.NET project with Aspire orchestration using the provided AkkaConfiguration extension.

Frequently Asked Questions about akka-net-aspire-configuration

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

FAQPage Schema
How do I configure Akka.NET clustering with Aspire for local development and production?

Akka.NET clustering with Aspire is configured using Microsoft.Extensions.Configuration and Akka.Hosting for dependency injection, managing service dependencies and environment configuration across local and production deployments.

Does Aspire orchestration support Akka.Management integration and health checks?

Aspire orchestration supports Akka.Management integration, providing operational readiness through built-in health checks, cluster bootstrap, and Petabridge.Cmd for scalable cluster management.

What is the best way to set up Akka.Hosting for dependency injection in an Aspire project?

The best way to set up Akka.Hosting for dependency injection in Aspire is by binding settings via Microsoft.Extensions.Configuration, allowing the actor system setup to integrate seamlessly with Aspire's orchestration.

Can I use this Akka.NET Aspire configuration for Kubernetes and on-prem environments?

This configuration applies to both Kubernetes and on-prem environments, using Aspire orchestration to manage networking, TLS support, and environment configuration for Akka.NET actor systems.

Why use Aspire orchestration for Akka.NET actor system setup and persistence?

Aspire orchestration unifies Akka.NET actor system setup, clustering, and persistence by streamlining service dependency management and environment configuration across local and production environments.

How does Petabridge.Cmd work with Akka.Management for cluster management in Aspire?

Petabridge.Cmd integrates with Akka.Management to provide operational readiness for cluster management, enabling cluster bootstrap and administration within the Aspire orchestration environment.