Deployment Overview
Ever Gauzy supports multiple deployment strategies from simple Docker containers to full Kubernetes orchestration.
Deployment Options
| Method | Complexity | Best For |
|---|---|---|
| Docker Compose | ⭐ | Development, small teams |
| Docker + Nginx | ⭐⭐ | Single-server production |
| Kubernetes | ⭐⭐⭐ | Scalable production |
| DigitalOcean | ⭐⭐ | Managed cloud hosting |
| AWS | ⭐⭐⭐ | Enterprise cloud |
| Terraform | ⭐⭐⭐ | Infrastructure as Code |
| Pulumi | ⭐⭐⭐ | Infrastructure as Code (TypeScript) |