diff --git a/blog/2025-07-10-june-product-updates.md b/blog/2025-07-10-june-product-updates.md index 40d47b306..c80ef3c32 100644 --- a/blog/2025-07-10-june-product-updates.md +++ b/blog/2025-07-10-june-product-updates.md @@ -62,7 +62,9 @@ You can now try out the Ask Defang chatbot directly within Intercom! This new in ## ๐ณ Docker x Defang White Paper And one more thing: bridging local development and cloud deployment just got easier. Weโve published white papers on how Defang extends Docker Compose and GCP workflows to the cloud โ using familiar tools at scale. An AWS white paper is coming soon. + ๐ [Read the white paper here](https://defang.io/whitepapers/docker-compose-defang/) + ๐ [Read the GCP white paper](https://defang.io/whitepapers/gcp-defang/) ## Events and Community diff --git a/blog/2025-07-14-defang-gcp-compose.md b/blog/2025-07-14-defang-gcp-compose.md new file mode 100644 index 000000000..c41d277d4 --- /dev/null +++ b/blog/2025-07-14-defang-gcp-compose.md @@ -0,0 +1,45 @@ +--- +title: "Simple, Secure, and Scalable GCP Deployments from Docker Compose" +description: "Announcing our latest whitepaper: How Defang simplifies Google Cloud deployments with Docker Compose" +slug: defang-gcp-compose +tags: [Google Cloud, GCP, Docker Compose, Cloud Deployment, Defang, Whitepaper] +author: Defang Team +--- + +**Introducing Our New Whitepaper: Simple, Secure, and Scalable GCP Deployments from Docker Compose** + +Weโre excited to share our latest whitepaper, _Defang + GCP: Simple, Secure, and Scalable Deployments from Docker Compose_. + +:::tip[Want to skip the blog?] +[Read the full whitepaper here.](https://defang.io/whitepapers/gcp-defang/) +::: + +Deploying to Google Cloud Platform (GCP) doesnโt have to be complicated. Docker Compose made defining local apps simple, and Defang makes cloud deployments just as easy. + +With Defang, you can: + +- **Deploy to GCP with a single command.** Go from Compose to Cloud Run, Cloud SQL, and more with just `defang compose up --provider=gcp`. +- **Skip the DevOps overhead.** No need for Terraform, Pulumi, or custom scripts. Defang maps your Compose services to the right GCP resources โ compute, storage, networking, and even managed LLMs. +- **Enjoy built-in security and scalability.** Defang automates GCP best practices, handling service accounts, secret management, HTTPS, auto-scaling, and more. +- **Integrate with your workflow.** Deploy from your terminal, GitHub Actions, or even natural language prompts in VS Code, Cursor, or Windsurf. +- **Save costs and avoid surprises.** Choose from affordable, balanced, or high-availability modes with built-in cost estimation coming soon. + +Our whitepaper walks through how Defang integrates with GCP, including how it: + +โ Builds your containers using Cloud Build +โ Manages secure deployments via Cloud Run and managed services +โ Supports custom domains, advanced networking, GPUs, LLMs, and more +โ Powers CI/CD pipelines with GitHub Actions and Pulumi + +It also highlights how Defang itself deploys real apps like our Ask Defang chatbot using less than 100 lines of Compose on GCP. +Want to simplify your GCP deployments? Start with Compose, scale with Defang. + +import Link from '@docusaurus/Link'; + +