Deployment¶
eoAPI can be deployed using Kubernetes or AWS CDK.
Kubernetes (Recommended)¶
Production-ready deployment with high availability, auto-scaling, and monitoring.
→ Complete Kubernetes Documentation
- Multi-cloud support (AWS, GCP, Azure)
- Helm-based installation
- Built-in monitoring and autoscaling
AWS CDK¶
Serverless deployment using AWS Lambda, RDS, and API Gateway.
→ Complete AWS CDK Documentation
- Pay-per-request pricing
- Managed infrastructure
- AWS-native integration