Skip to main content

Deployment Guide

Deploy Simili Bot to production with high reliability and performance.

Deployment options

GitHub Action

Event-driven - runs on issue events

Docker

Container - self-hosted

Kubernetes

Orchestrated - enterprise scale
Simplest deployment - runs automatically on issue events. Pros:
  • Zero infrastructure
  • Automatic scaling
  • GitHub-native
  • Easy to debug
Cons:
  • Limited to GitHub
  • Per-run time limits
See GitHub Action Setup for details.

Self-hosted Docker

Full control over deployment. Pros:
  • Control environment
  • Batch processing
  • Custom workflows
  • Integration with other tools
Cons:
  • Infrastructure management
  • Scaling complexity
  • Security responsibility

Kubernetes deployment (enterprise)

For large-scale deployments: Example:

Production checklist

  • Secrets configured securely
  • Error logging enabled
  • Rate limiting configured
  • Backup plan for vector DB
  • Monitoring and alerts set up
  • Load testing completed
  • Disaster recovery plan
  • Team trained on operations

Monitoring

Monitor these metrics:
  • API response times
  • Error rates
  • Vector DB size
  • GitHub API quota usage
  • Gemini API costs

Backup & recovery

Qdrant backup

Regularly backup your vector database: Qdrant Cloud:
  • Automatic backups included
  • Check backup schedule in dashboard
Self-Hosted:

Cost optimization

  • Use dev cluster for testing
  • Monitor API usage
  • Archive old issues
  • Optimize batch sizes

Security

  • Use GitHub Actions secrets
  • Rotate API keys regularly
  • Limit GitHub token permissions
  • Use VPC for self-hosted
  • Enable TLS everywhere

Next steps

Troubleshooting

Resolve common issues