Skip to main content

kubeswarm Examples - Agent Cookbook Recipes

Production-ready kubeswarm cookbook recipes showcasing every major agent orchestration feature on Kubernetes.

RecipePatternWhat it shows
00 - Local QuickstartHello worldOllama/Qwen, zero API keys
01 - Standalone AgentSingle agentMCP tools, bearer auth, guardrails, health check
02 - Agent with A2AAgent-to-Agentagents[] connections, trust levels, webhook tools
03 - Pipeline TeamPipeline DAGSwarmTeam, dependsOn, template expressions
04 - Routed TeamLLM dispatchSwarmRegistry, capability-based routing
05 - Deep ResearchLoop policyDedup, compression, vector memory
06 - Production OpsFull productionBudget, 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