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.
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
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
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
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
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
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
Wish you could compare cloud costs for AWS vs GCP without setting up billing? Just run `defang estimate` and review a cost estimate for your application across providers and deployment modes: affordable, balanced, high availability.
#cloud #finops #programming #deploy
#cloud #finops #programming #deploy
November 5, 2025 at 1:02 PM
Wish you could compare cloud costs for AWS vs GCP without setting up billing? Just run `defang estimate` and review a cost estimate for your application across providers and deployment modes: affordable, balanced, high availability.
#cloud #finops #programming #deploy
#cloud #finops #programming #deploy
Have you tried the #docker model runner? It's a nice way to download LLMs, run them in a #DockerCompose app, directly integrated with the rest of your code.
Also, did you know Defang will deploy your app to #AWS or #GCP, replacing the local models with #Bedrock or #Vertex?
Also, did you know Defang will deploy your app to #AWS or #GCP, replacing the local models with #Bedrock or #Vertex?
November 4, 2025 at 1:02 PM
How did you bring down prod? Any stories? Share below 👇 (we promise we won't tell anyone)
#programming
#programming
November 3, 2025 at 11:17 PM
How did you bring down prod? Any stories? Share below 👇 (we promise we won't tell anyone)
#programming
#programming
November 2, 2025 at 11:32 PM
November 1, 2025 at 10:32 PM
October 31, 2025 at 12:48 PM
Hey AI devs. What's your architecture? Do you use queues to distribute long running tool calls? How do you bring humans in the loop? #ai #software #programming
October 31, 2025 at 12:02 PM
Hey AI devs. What's your architecture? Do you use queues to distribute long running tool calls? How do you bring humans in the loop? #ai #software #programming
When you build on top of LLMs, do you use a framework like #langchain or #crewai? Or do you interact with the APIs directly? Why?
October 30, 2025 at 10:17 PM
When you build on top of LLMs, do you use a framework like #langchain or #crewai? Or do you interact with the APIs directly? Why?
What's your fav #vscodeextension ?
Ours is the Defang extension of course 😁 It makes it easy to ask your coding agent to deploy to your #cloud account (AWS, GCP) including integrations with Bedrock and Vertex. It generates a compose files and then our rule-based system sets up infra you can trust.
Ours is the Defang extension of course 😁 It makes it easy to ask your coding agent to deploy to your #cloud account (AWS, GCP) including integrations with Bedrock and Vertex. It generates a compose files and then our rule-based system sets up infra you can trust.
October 29, 2025 at 10:17 PM
What's your fav #vscodeextension ?
Ours is the Defang extension of course 😁 It makes it easy to ask your coding agent to deploy to your #cloud account (AWS, GCP) including integrations with Bedrock and Vertex. It generates a compose files and then our rule-based system sets up infra you can trust.
Ours is the Defang extension of course 😁 It makes it easy to ask your coding agent to deploy to your #cloud account (AWS, GCP) including integrations with Bedrock and Vertex. It generates a compose files and then our rule-based system sets up infra you can trust.
Have any of you built MCP servers on FastAPI? What has your experience been like? What tips would you give other developers? #programming
October 28, 2025 at 6:32 PM
Have any of you built MCP servers on FastAPI? What has your experience been like? What tips would you give other developers? #programming
October 27, 2025 at 11:02 PM
People don't have strong opinions about programming languages, right? Which one were you forced to learn? Share below 👇
#programming
#programming
October 27, 2025 at 2:23 PM
People don't have strong opinions about programming languages, right? Which one were you forced to learn? Share below 👇
#programming
#programming
Should you deploy FastAPI on Heroku or in a cloud account? Our latest write‑up compares the convenience of Heroku’s Procfile setup with the control you get deploying via Defang into your own AWS/GCP account. How do you weigh convenience vs. ownership? #FastAPI #CloudInfrastructure #Heroku #AWS #GCP
FastAPI deployment Heroku vs AWS / GCP with Defang
Defang brings Heroku’s simplicity to your own cloud: deploy FastAPI apps to AWS or GCP with a single command using your existing Docker Compose. You keep full ownership, pay raw cloud costs, and stay portable. No platform lock-in, same Heroku-style workflow.
defang.io
October 24, 2025 at 3:14 PM
Should you deploy FastAPI on Heroku or in a cloud account? Our latest write‑up compares the convenience of Heroku’s Procfile setup with the control you get deploying via Defang into your own AWS/GCP account. How do you weigh convenience vs. ownership? #FastAPI #CloudInfrastructure #Heroku #AWS #GCP
Hey devs. What's your stack? Why did you choose it? #programming
October 23, 2025 at 3:52 PM
Hey devs. What's your stack? Why did you choose it? #programming
You can also get your n8n MCP servers up and running in a cloud account really easily using Defang 😃
🧠 Curious about self-hosting MCP servers with n8n?
Here’s a clear guide on setting it up with Docker and Cloudflare Tunnels, and connecting Claude, Copilot, or VS Code for secure, fast AI workflows.
Read the full blog here: https://bit.ly/3WLStYh
Here’s a clear guide on setting it up with Docker and Cloudflare Tunnels, and connecting Claude, Copilot, or VS Code for secure, fast AI workflows.
Read the full blog here: https://bit.ly/3WLStYh
How to Self-Host MCP Servers with n8n
Homelab Ready! Self-host MCP servers with n8n on Raspberry Pi or Linux. Set up Cloudflare Tunnels, deploy with Docker, and connect Claude, Copilot & VSCode to fast, secure AI workflows.
bit.ly
October 17, 2025 at 4:15 PM
You can also get your n8n MCP servers up and running in a cloud account really easily using Defang 😃
Looking for expert tips on deploying your next project to the cloud? Subscribe to our Substack for tutorials and insights delivered straight to your inbox. Explore our posts here:
https://defanglabs.substack.com/
#devops #cloud #programming
https://defanglabs.substack.com/
#devops #cloud #programming
Defang.io | Substack
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. Click to read Defang.io, a Substack publication. Launched a month ago.
defanglabs.substack.com
October 17, 2025 at 11:22 AM
Looking for expert tips on deploying your next project to the cloud? Subscribe to our Substack for tutorials and insights delivered straight to your inbox. Explore our posts here:
https://defanglabs.substack.com/
#devops #cloud #programming
https://defanglabs.substack.com/
#devops #cloud #programming
Reposted by Defang Software Labs
Woohoo! @defang.io won the Vancouver Cloud Summit’s Cloud Award!!
May 28, 2025 at 12:24 AM
Woohoo! @defang.io won the Vancouver Cloud Summit’s Cloud Award!!
We're on Substack now. Keep up to date with our articles about how to deploy to the cloud and other neat stuff we're working on... like our Heroku migration tool!
open.substack.com/pub/defangla...
open.substack.com/pub/defangla...
Beyond Heroku: Owning Your Deployments
When you’re launching a new app, convenience comes first.
open.substack.com
September 29, 2025 at 1:38 PM
We're on Substack now. Keep up to date with our articles about how to deploy to the cloud and other neat stuff we're working on... like our Heroku migration tool!
open.substack.com/pub/defangla...
open.substack.com/pub/defangla...
Vibe code your way to production in minutes with Cursor + Defang MCP! Build & deploy from chat, powered by fast, stable infra. Defang Playground now, BYOC soon! 🎥
www.youtube.com/watch?v=Aicq...
#vibecoding #defang #cursor #devtools #ai #docker
www.youtube.com/watch?v=Aicq...
#vibecoding #defang #cursor #devtools #ai #docker
Vibe Code and Deploy Apps in Minutes with Cursor Agent + Defang MCP!
YouTube video by Defang Software Labs
www.youtube.com
May 7, 2025 at 4:23 PM
Vibe code your way to production in minutes with Cursor + Defang MCP! Build & deploy from chat, powered by fast, stable infra. Defang Playground now, BYOC soon! 🎥
www.youtube.com/watch?v=Aicq...
#vibecoding #defang #cursor #devtools #ai #docker
www.youtube.com/watch?v=Aicq...
#vibecoding #defang #cursor #devtools #ai #docker
introducing defang mcp ✨
deploy your vibe coded project from any ide to the cloud
watch it in action w/ cursor
deploy your vibe coded project from any ide to the cloud
watch it in action w/ cursor
April 23, 2025 at 7:38 AM
introducing defang mcp ✨
deploy your vibe coded project from any ide to the cloud
watch it in action w/ cursor
deploy your vibe coded project from any ide to the cloud
watch it in action w/ cursor
New video showing how to use #defang to deploy a #django project with Channels & Celery using #Postgres and #Redis to AWS using a #docker #compose file to define your infrastructure.
We think this is the fastest way to get something like this deployed to the cloud!
www.youtube.com/watch?v=edWa...
We think this is the fastest way to get something like this deployed to the cloud!
www.youtube.com/watch?v=edWa...
10 Minutes to Build and Deploy a Django Chat with Auto-Moderation!
YouTube video by Defang Software Labs
www.youtube.com
April 14, 2025 at 4:58 PM