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
Single application deployments such as Next.js, Spring Boot, and standalone backend services.
Monolithic Guides→
Multi-service deployments where each service is built, released, and scaled independently.
Microservices Guides→
Stateful database deployments for development, staging, or lightweight production use.
Single Database Guides→
High-availability database topologies with replicas, failover, and resilient storage.
Database Cluster Guides→
How to Choose the Right Group
| Deployment Type | Best for | Typical platform resources |
|---|---|---|
| Monolithic | One app shipped as one release unit | One image, one Deployment, one Service |
| Microservices | Multiple independently deployable services | One image and one Deployment per service |
| Single Database | Simple stateful workloads | One StatefulSet, one PVC, one internal Service |
| Database Cluster | Production-grade resilient storage | Multiple replicas, per-node PVCs, cluster service topology |
Recommended User Journey
- Start with Getting Started
- Choose a guide group based on the workload type
- Follow a framework-specific or topology-specific guide
- Review Deployments for rollback, redeploy, and GitOps behavior
- Use Monitoring & Observability once the workload is live