What you’ll learn: Production deployment strategies, scaling, monitoring, and securityTime: ~45 minutesPrerequisites:
- Completed previous tutorials
- Basic Docker and Kubernetes knowledge
- Production infrastructure access
Deployment architecture
Production checklist
Infrastructure setup
1. Event broker
Option A: Solace PubSub+ Cloud- Sign up at solace.com/cloud
- Create a service
- Note connection details:
- Broker URL
- VPN name
- Username/password
docker-compose.yml
2. Database
PostgreSQL for production:3. Object storage
S3-compatible storage for artifacts:Auto-scaling
Horizontal Pod Autoscaler
CI/CD pipeline
.github/workflows/deploy.yaml
Disaster recovery
Backup strategy
backup.sh
Restore procedure
restore.sh
Performance optimization
Connection pooling
Connection pooling
Caching strategies
Caching strategies
Request rate limiting
Request rate limiting
Cost optimization
- Use spot instances for non-critical agents
- Implement auto-scaling to match demand
- Cache LLM responses where appropriate
- Use smaller models for simple tasks
- Batch operations when possible
Congratulations!
You’ve completed all Solace Agent Mesh tutorials!You now know how to:
- Build agents with various capabilities
- Create complex workflows
- Implement RAG systems
- Deploy to production at scale
Further resources
API Reference
Complete API documentation
Best Practices
Production best practices
Community
Join the SAM community
Support
Get help and support