Skip to content

Commit b674b72

Browse files
authored
Merge pull request #258 from tokifyi/main
GCP WP blog
2 parents cfcda34 + 1cbfd40 commit b674b72

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

blog/2025-07-10-june-product-updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ You can now try out the Ask Defang chatbot directly within Intercom! This new in
6262
## 🐳 Docker x Defang White Paper
6363

6464
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.
65+
6566
👉 [Read the white paper here](https://defang.io/whitepapers/docker-compose-defang/)
67+
6668
👉 [Read the GCP white paper](https://defang.io/whitepapers/gcp-defang/)
6769

6870
## Events and Community
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: "Simple, Secure, and Scalable GCP Deployments from Docker Compose"
3+
description: "Announcing our latest whitepaper: How Defang simplifies Google Cloud deployments with Docker Compose"
4+
slug: defang-gcp-compose
5+
tags: [Google Cloud, GCP, Docker Compose, Cloud Deployment, Defang, Whitepaper]
6+
author: Defang Team
7+
---
8+
9+
**Introducing Our New Whitepaper: Simple, Secure, and Scalable GCP Deployments from Docker Compose**
10+
11+
We’re excited to share our latest whitepaper, _Defang + GCP: Simple, Secure, and Scalable Deployments from Docker Compose_.
12+
13+
:::tip[Want to skip the blog?]
14+
[Read the full whitepaper here.](https://defang.io/whitepapers/gcp-defang/)
15+
:::
16+
17+
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.
18+
19+
With Defang, you can:
20+
21+
- **Deploy to GCP with a single command.** Go from Compose to Cloud Run, Cloud SQL, and more with just `defang compose up --provider=gcp`.
22+
- **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.
23+
- **Enjoy built-in security and scalability.** Defang automates GCP best practices, handling service accounts, secret management, HTTPS, auto-scaling, and more.
24+
- **Integrate with your workflow.** Deploy from your terminal, GitHub Actions, or even natural language prompts in VS Code, Cursor, or Windsurf.
25+
- **Save costs and avoid surprises.** Choose from affordable, balanced, or high-availability modes with built-in cost estimation coming soon.
26+
27+
Our whitepaper walks through how Defang integrates with GCP, including how it:
28+
29+
✅ Builds your containers using Cloud Build
30+
✅ Manages secure deployments via Cloud Run and managed services
31+
✅ Supports custom domains, advanced networking, GPUs, LLMs, and more
32+
✅ Powers CI/CD pipelines with GitHub Actions and Pulumi
33+
34+
It also highlights how Defang itself deploys real apps like our Ask Defang chatbot using less than 100 lines of Compose on GCP.
35+
Want to simplify your GCP deployments? Start with Compose, scale with Defang.
36+
37+
import Link from '@docusaurus/Link';
38+
39+
<div style={{marginTop: '2rem', marginBottom: '2rem'}}>
40+
<Link
41+
className="button button--primary button--lg"
42+
to="https://defang.io/whitepapers/gcp-defang/"
43+
children="Read the full whitepaper"
44+
/>
45+
</div>

0 commit comments

Comments
 (0)