DeerFlow 2.0 Production Deployment — Docker Compose, Kubernetes, Message Gateways
Deploy DeerFlow to production with Docker Compose and Kubernetes. Connect Slack/Telegram message gateways for team access.

DeerFlow 2.0 Production Deployment — Docker Compose, Kubernetes, Message Gateways
In Part 3, we covered custom skills, MCP integration, and the sandbox system. This post covers deploying DeerFlow to production.
We'll bring up the full stack with Docker Compose, scale with Kubernetes, and connect Slack/Telegram gateways for team access.
1. Deployment Architecture
Production DeerFlow consists of 4 services:
Related Posts

OpenClaw vs DeerFlow 2.0 — Personal AI Assistant vs Multi-Agent Runtime
OpenClaw (333K stars) vs DeerFlow 2.0 (40K stars) comparison. Personal AI butler vs AI research team — architecture, channels, skills, and real benchmarks.

DeerFlow 2.0 Custom Skills + MCP + Sandbox — Building Your Own Tools and Workflows
DeerFlow's markdown-based skills system, MCP server integration, Docker/K8s sandbox, and persistent memory system with practical code examples.

DeerFlow 2.0 Multi-Agent Workflow Deep Dive — StateGraph, Plan-Execute, Human-in-the-Loop
Code-level analysis of DeerFlow's LangGraph StateGraph-based Multi-Agent Workflow. Supervisor routing, Plan-Execute pattern, and dynamic sub-agent spawning.