Defang Software Labs
banner
defang.io
Defang Software Labs
@defang.io
Deploy any app to any cloud with a single command. Take your app from Docker Compose to a secure and scalable deployment on AWS / GCP / DigitalOcean in minutes.
Defang lets you use managed Redis across your services without worrying about networking or environment-specific connection strings. Just define it in Compose and Defang provisions and connects it for you on AWS or GCP.

More info: https://docs.defang.io/docs/concepts/managed-storage/managed-redis
December 26, 2025 at 4:47 PM
We're adding new AI features soon. In the meantime check out what you can do with our MCP server!

More info here: https://docs.defang.io/docs/concepts/mcp
December 24, 2025 at 8:38 PM
Defang supports horizontal scaling for cloud-native services and offers auto-scaling on AWS and GCP. Services can automatically scale based on demand, improving performance during traffic spikes and reducing cost when load is low.

More info: https://docs.defang.io/docs/concepts/scaling
December 23, 2025 at 6:00 PM
Missing or broken Dockerfiles are a common deployment failure. Defang avoids this by using Railpack to build images automatically for Node, Python, Go, Java, Ruby, Rust, PHP, Elixir, and static sites.

Just bring your app and a Compose file.

Read more https://docs.defang.io/docs/concepts/railpack
December 22, 2025 at 3:03 PM
Defang applies least-privilege access, creating scoped roles for each service.
Deployments run in private subnets with controlled ingress through an Application Load Balancer.
SSL certificates are automated with ACM.
Secrets are stored in Parameter Store and encrypted with KMS.
December 16, 2025 at 7:05 PM
Defang supports one-off jobs for tasks like migrations, and you can control their order with service dependencies in your Compose setup. Each job waits for the services it relies on, ensuring a clean flow from database to migration to app.

More info https://docs.defang.io/docs/concepts/one-off-jobs
December 12, 2025 at 5:02 PM
Have a Docker compose.yaml?

Authenticate your cloud account, then run:

defang compose up --provider=aws

Or switch out aws for gcp or digitalocean if that's what you use.

Defang provisions the resources and deploys your services, all in your own account.

Check out docs.defang.io for more info.
December 11, 2025 at 4:02 PM
Defang keeps networking familiar: public services use load balancers, private services run in isolated subnets, and internal DNS handles service-to-service calls.
It’s the Compose networking model applied securely and at scale in your cloud.

More info https://docs.defang.io/docs/concepts/networking
December 10, 2025 at 4:02 PM
Defang follows Twelve-Factor principles: stateless services, env-based config, externalized state, and fast disposable processes that scale cleanly.

Learn more: https://docs.defang.io/docs/concepts
December 9, 2025 at 5:02 PM
Come listen to us live as we talk to the Mastra team about deploying agents to the cloud!

#mastra #cloud #agents #ai

https://www.youtube.com/watch?v=NyWxvSMALdA
Evals + Observability, Agent deployments, and AI News
Today we talk with some guests (Alex from Mastra & Laurie from Arize) about evals and observability. We chat with Lio and Kevin from Defang about deploying a...
www.youtube.com
December 8, 2025 at 8:59 PM
Connect Defang to your IDE using the MCP Server and deploy services through your AI coding agent.

Setup:
defang mcp setup --client=

Supports VS Code, Cursor, Claude, Windsurf, Rovo, and Kiro.
Try prompts like “deploy this with defang.”

More info: https://docs.defang.io/docs/concepts/mcp
December 8, 2025 at 5:02 PM
What side project are you deploying this Saturday? #programming
December 6, 2025 at 4:55 PM
Wiring logs shouldn’t be hard.

* `defang compose up` streams build + runtime logs right away
* Or jump into `defang tail --name my-service`

Deploy first, *then* decide if you ever want to open your cloud provider’s logging console again. 🚢🐙

https://docs.defang.io/docs/concepts/observability
December 5, 2025 at 5:02 PM
Wiring logs shouldn’t be hard.

* `defang compose up` streams build + runtime logs right away
* Or jump into `defang tail --name my-service`

Deploy first, *then* decide if you ever want to open your cloud provider’s logging console again. 🚢🐙

https://docs.defang.io/docs/concepts/observability
December 5, 2025 at 3:59 PM
🚀 Major UI update to the Defang Portal.

We believe that a smoother, more intuitive interface helps you keep better track of your deployments.

You'll see more changes in the near future too.

We’d love to hear your thoughts! what stands out? What could still be improved?

#cloudops #userexperience
November 28, 2025 at 8:11 PM
Defang has three deployment modes:
Affordable for dev,
Balanced for staging,
High Availability for production.

Each mode adjusts compute, logs, networking, and storage so you only pay for what you need at each stage.
November 28, 2025 at 1:07 PM
Defang applies least-privilege access, creating scoped roles for each service.
Deployments run in private subnets with controlled ingress through an Application Load Balancer.
SSL certificates are automated with ACM.
Secrets are stored in Parameter Store and encrypted with KMS.
November 27, 2025 at 1:07 PM
Deploy a LangGraph Agent in one command.

Start here: https://github.com/DefangSamples/sample-agentic-langgraph-template

Set your Tavily API key: defang config set TAVILY_API_KEY
Run locally: docker compose -f compose.dev.yaml up --build
Deploy: defang compose up
November 26, 2025 at 1:07 PM
Connect Defang to your IDE with the MCP Server and deploy straight from your editor. Works with VS Code, Cursor, Claude, Windsurf, and more.

Run: defang mcp setup --client=

Then try prompts like “deploy this with defang.”
Learn more: https://docs.defang.io/docs/concepts/mcp
November 25, 2025 at 2:02 PM
Deploy a Strands Agent in one command.

Start here: https://github.com/DefangSamples/sample-agentic-strands-template

1-click deploy to the Defang Playground or your own cloud (AWS, GCP, DigitalOcean).

Run locally: docker compose -f compose.dev.yaml up --build
Deploy: defang compose up
November 20, 2025 at 7:56 PM
Have a Docker compose.yaml?

Authenticate your cloud account, then run:

defang compose up --provider=aws

Or switch out aws for gcp or digitalocean if that's what you use.

Defang provisions the resources and deploys your services, all in your own account.

Check out docs.defang.io for more info.
November 17, 2025 at 2:59 PM
Did you know Defang's cost estimation isn’t just a ballpark number. It breaks down resources like load balancers, NAT gateways, managed databases, vCPUs, and storage per service defined in your Compose file. See the real cost of scaling up or down, and optimize your stack for value.

#finops #cloud
November 12, 2025 at 1:02 PM
Reposted by Defang Software Labs
I'm a big fan of #kubernetes in many ways. I started using it in 2019 and quickly became a fan (kinda): I was able to run my containers across multiple nodes and scale out. But it was overkill for what I was doing, and always required building a bunch of extra tooling to get the behaviour I needed.
Some people see #Kubernetes as *the* way to deploy #containers to the cloud. But it's big, complex, and not as portable as it seems.

Kubernetes has it's place, but at #Defang we're building something for the rest of us. For #devs who want simplicity, portability, and a whole lot more.

#devops
A Different Way to Think About Deploying Containers to the Cloud
If youre app is built with containers, maybe you should rethink your deployment strategy. Why deal with all the Kubernetes overhead when Defang gives you simpler, leaner deployments to your cloud's native container runtime.
defang.io
November 8, 2025 at 12:27 PM
Some people see #Kubernetes as *the* way to deploy #containers to the cloud. But it's big, complex, and not as portable as it seems.

Kubernetes has it's place, but at #Defang we're building something for the rest of us. For #devs who want simplicity, portability, and a whole lot more.

#devops
A Different Way to Think About Deploying Containers to the Cloud
If youre app is built with containers, maybe you should rethink your deployment strategy. Why deal with all the Kubernetes overhead when Defang gives you simpler, leaner deployments to your cloud's native container runtime.
defang.io
November 7, 2025 at 7:11 PM
Did you know that you can tell #Defang that a service requires a GPU?

```
gpu-service:
deploy:
resources:
reservations:
devices:
- capabilities: ["gpu"]
```

Whether you're deploying to AWS or GCP, we'll make sure to properly configure your service.

#GPU
November 6, 2025 at 6:02 PM