Akka.NET and Akka.Cluster DevOps Tooling and Guidance
Additional tools, tutorials, and techniques for getting your Akka.NET applications into production.
Message Delivery Guarantees
Akka.NET delivers messages using at most once delivery by default. Learn how to make stronger guarantees using Akka.Persistence.Extras
.
Akka.NET & Docker
Learn how to containerize Akka.NET applications using Akka.Docker.Bootstrap
and some other common tools.
Liveness and Readiness Checks
An important step in ensuring the health of any Akka.NET application is ensuring that it can report its health via liveness and readiness checks.
Learn how to use Akka.HealthChecks
to do that.
Cluster and Configuration Management
Learn the best practices for managing and configuring your Akka.NET clusters.
Akka.NET Orchestration with Kubernetes
Learn how to use the popular Kubernetes container orchestration platform to continuously deploy and manage Akka.NET clusters.
Monitoring and Tracing
Monitor and trace your clusters using Phobos and other tools.