Skip to Content
A8n Documentation v1.0.0 is released 🎉

Deployment Guides

These guides are grouped by deployment model so users can start from the shape of their workload first, then choose the detailed walkthrough that fits their stack.

If users already know whether they are deploying a monolith, a microservice system, or a database topology, start from the matching section below.


Browse by Deployment Type


How to Choose the Right Group

Deployment TypeBest forTypical platform resources
MonolithicOne app shipped as one release unitOne image, one Deployment, one Service
MicroservicesMultiple independently deployable servicesOne image and one Deployment per service
Single DatabaseSimple stateful workloadsOne StatefulSet, one PVC, one internal Service
Database ClusterProduction-grade resilient storageMultiple replicas, per-node PVCs, cluster service topology

  1. Start with Getting Started
  2. Choose a guide group based on the workload type
  3. Follow a framework-specific or topology-specific guide
  4. Review Deployments for rollback, redeploy, and GitOps behavior
  5. Use Monitoring & Observability once the workload is live