kubeswarm Examples - Agent Cookbook Recipes
Production-ready kubeswarm cookbook recipes showcasing every major agent orchestration feature on Kubernetes.
| Recipe | Pattern | What it shows |
|---|---|---|
| 00 - Local Quickstart | Hello world | Ollama/Qwen, zero API keys |
| 01 - Standalone Agent | Single agent | MCP tools, bearer auth, guardrails, health check |
| 02 - Agent with A2A | Agent-to-Agent | agents[] connections, trust levels, webhook tools |
| 03 - Pipeline Team | Pipeline DAG | SwarmTeam, dependsOn, template expressions |
| 04 - Routed Team | LLM dispatch | SwarmRegistry, capability-based routing |
| 05 - Deep Research | Loop policy | Dedup, compression, vector memory |
| 06 - Production Ops | Full production | Budget, notify, events, autoscaling, strict network |
Quick start
git clone https://github.com/kubeswarm/kubeswarm-cookbook.git
cd cookbook
# Deploy the simplest recipe (no API keys needed)
kubectl apply -f teams/00-local-quickstart/agent.yaml
kubectl get swagent -w