Deployment Guides
This section provides step-by-step guides for deploying applications using Simple Container across different platforms and scenarios.
Platform-Specific Guides
Container Orchestration
- ECS Fargate - Deploy containerized applications on AWS ECS Fargate
- GKE Autopilot - Deploy on Google Kubernetes Engine Autopilot
- Pure Kubernetes - Deploy on any Kubernetes cluster
Operational Guides
- Resource Adoption - Import existing cloud infrastructure without downtime or modifications
- CI/CD with GitHub Actions - Complete guide to automated deployment pipelines with GitHub Actions
- DNS Management - Complete guide to domain and DNS configuration with Cloudflare
- Secrets Management - Comprehensive guide to handling secrets and credentials
- Migration Guide - Migrate existing applications to Simple Container
- Service Deployment Steps - General deployment workflow
Choosing the Right Platform
AWS ECS Fargate
Best for: Teams already using AWS, serverless container deployments, auto-scaling workloads
- Fully managed container orchestration
- Pay-per-use pricing model
- Integrated with AWS services (RDS, S3, etc.)
GKE Autopilot
Best for: Google Cloud users, teams wanting managed Kubernetes without complexity
- Fully managed Kubernetes experience
- Automatic node provisioning and scaling
- Built-in security and compliance features
Pure Kubernetes
Best for: Multi-cloud deployments, existing Kubernetes expertise, maximum control
- Works with any Kubernetes cluster (EKS, AKS, on-premises)
- Full control over cluster configuration
- Portable across cloud providers
Common Deployment Patterns
Microservices Architecture
- Parent Stack Setup - Configure shared infrastructure (databases, networking)
- Service Templates - Define reusable service configurations
- Environment Management - Deploy across dev/staging/prod environments
- Secret Management - Secure handling of credentials and configuration
Multi-Tenant Applications
- Resource Isolation - Namespace-based tenant separation
- Shared Resources - Common databases and services
- Scaling Strategies - Per-tenant and shared resource scaling
- Monitoring & Logging - Tenant-aware observability
Next Steps
After completing a deployment guide:
- Explore Examples for real-world configurations
- Review Advanced Topics for optimization strategies
- Check Reference Documentation for complete API details
Need Help?
- Review Core Concepts for fundamental understanding
- Check Template Placeholders for configuration syntax
- Contact support@simple-container.com for assistance