Skip to content

Commit 08c1a0d

Browse files
committed
Update GCP WP blog
1 parent ae0e338 commit 08c1a0d

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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 — 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+
36+
Want to simplify your GCP deployments? Start with Compose, scale with Defang.
37+
38+
import Link from '@docusaurus/Link';
39+
40+
<div style={{marginTop: '2rem', marginBottom: '2rem'}}>
41+
<Link
42+
className="button button--primary button--lg"
43+
to="https://defang.io/whitepapers/gcp-defang/"
44+
children="Read the full whitepaper"
45+
/>
46+
</div>

0 commit comments

Comments
 (0)