Skip to content

Deployment

APiGen projects are cloud-native ready from day one.

Docker

Every generated project includes a Dockerfile and docker-compose.yml optimized for the chosen stack.

bash
docker-compose up -d

Kubernetes

Helm charts and Kustomize configurations can be generated optionally.

CI/CD

GitHub Actions and GitLab CI workflows are included to automate testing and building.

Cloud Providers

  • AWS: Elastic Beanstalk, ECS, EKS.
  • GCP: Cloud Run, GKE.
  • Azure: Azure App Service, AKS.

Released under the MIT License.