-
Notifications
You must be signed in to change notification settings - Fork 6
GCP WP blog #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
GCP WP blog #258
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
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 — 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. | ||
raphaeltm marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
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'; | ||
|
||
<div style={{marginTop: '2rem', marginBottom: '2rem'}}> | ||
<Link | ||
className="button button--primary button--lg" | ||
to="https://defang.io/whitepapers/gcp-defang/" | ||
children="Read the full whitepaper" | ||
/> | ||
</div> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.