An example of deploying the symfony demo application on google cloud platform using terraform and other GCP components
This project is an example that shows how to deploy a symfony application on google cloud platform using:
- Symfony 6.2 Demo application as an example project with a PostgreSQL database
- Docker to containerize the application
- Terraform for provisioning and managing the infrastructure used for application deployment
- Google Kubernetes Engine (GKE) as the hosting platform
- Artifact Registry to store and manage our docker images
Manual deployment: