Create a production infrastructure for dockerized PHP Apps on GCP [Tutorial Part 10]
Tutorial on setting up a production infrastructure for Dockerized PHP apps on Google Cloud Platform using multiple VMs and managed services.
Pascal Landau is the Technical Director of Marketing Intelligence and Technology at About You SE & Co. KG. Passionate about backend PHP development, Google BigQuery, and data-driven solutions, he also enjoys sharing knowledge, problem-solving techniques, and insights on software development and digital marketing.
10 articles from this blog
Tutorial on setting up a production infrastructure for Dockerized PHP apps on Google Cloud Platform using multiple VMs and managed services.
A guide to creating, connecting to, and deleting Google Cloud Platform's managed Redis service, Memorystore, via UI and CLI.
A guide to creating, connecting to, and deleting MySQL Cloud SQL instances on Google Cloud Platform using both the Console UI and gcloud CLI.
A guide to installing and configuring Git Bash/MINGW/MSYS2 on Windows, including adding tools like 'make' and customizing the shell environment.
A tutorial on deploying a Dockerized PHP application to Google Cloud Platform using Docker Compose for production environments.
Tutorial on setting up a Google Cloud Platform Compute Instance VM to run Dockerized PHP applications, covering manual and automated provisioning.
A tutorial on setting up CI pipelines for Dockerized PHP applications using GitHub Actions and GitLab CI.
A tutorial on using git-secret with Docker to securely encrypt and manage secrets (passwords, tokens) within a Git repository for PHP projects.
Tutorial on setting up PHP code quality tools (phpcs, phpstan, etc.) in Docker and controlling them via GNU make commands.
A tutorial on setting up and running Laravel 9 within a Docker environment, covering Artisan, Redis, and controllers.