Deployment & Operations - LIVE SYSTEM
Deployment & Operations - LIVE SYSTEM
** PRODUCTION DEPLOYMENT ACTIVE** - Full multi-agent ecosystem operational.
Live Production Services
Service Status (All Running)
# Check ecosystem status curl http://localhost:3020/ecosystem/status # Services: # Core Platform: 3001, 3005, 3010, 3020 # Specialized: 3006, 3007, 3008 # Infrastructure: 3011 # Ecosystem: 3012, 3013, 3014, 3015
Operational Workflows
Full Stack Deployment (WORKING)
curl -X POST http://localhost:3020/orchestrate/full-ecosystem \ -H "Content-Type: application/json" \ -d '{ "workflow": "deploy_full_stack", "payload": { "namespace": "production", "replicas": 3, "project": "my-app" } }'
KAGENT K8s Operations (LIVE)
curl -X POST http://localhost:3012/deploy \ -H "Content-Type: application/json" \ -d '{ "namespace": "production", "replicas": 5, "image": "nginx" }'
Claude Code Analysis (ACTIVE)
curl -X POST http://localhost:3014/analyze \ -H "Content-Type: application/json" \ -d '{ "code": "function deploy() { return 'hello'; }", "language": "javascript" }'
Infrastructure Operations
Domain Management (blueflyagents.com)
- API: https://api.blueflyagents.com
- Mesh: https://mesh.blueflyagents.com
- KAGENT: https://kagent.blueflyagents.com
- Claude: https://claude.blueflyagents.com
- Cursor: https://cursor.blueflyagents.com
- Vast.ai: https://vastai-{instance}.blueflyagents.com
Tailscale Network (tailcf98b3.ts.net)
- Mac M4: 100.108.129.7 (Control Plane)
- Mac M3: 100.108.180.36 (Worker Node)
- Router: 100.116.110.123 (Subnet routing)
- GPU Instances: 100.108.200+ (Dynamic allocation)
Cost Monitoring (OPTIMIZED)
Current: $252/month
AWS Equivalent: $1,800/month
Savings: $1,548/month (86%)
Breakdown:
- Vast.ai RTX 4090: $252/month
- Local infrastructure: $0/month
- Domain/networking: $0/month
Kubernetes Deployment
Infrastructure as Code
- Docker Compose
- Kubernetes Manifests
- Terraform (if applicable)
- Configuration Management
CI/CD & Wiki Management
- GitLab CI/CD Components
- Golden Workflow
- Milestone-Driven Releases
- Pipeline Configuration
- Automated Testing
- Wiki Sync Guide - Sync wiki content using BuildKit
Monitoring & Observability
- Phoenix Arize (AI Tracing)
- OpenTelemetry Setup
- Prometheus Metrics
- Jaeger Tracing
- Grafana Dashboards
- Health Checks