--- orphan: true --- # Guide Advanced deployment and configuration for the backend. ## Deployment ### Single-Node Setup ### Multi-Node Setup ### Kubernetes Deployment ```yaml # Full DGDR example ``` ## Configuration ### CLI Arguments | Argument | Type | Default | Description | |----------|------|---------|-------------| | | | | | ### Environment Variables | Variable | Default | Description | |----------|---------|-------------| | | | | ### Model Configuration ## Performance Tuning ### Memory Optimization ### Throughput Optimization ## Troubleshooting ### Common Issues | Issue | Cause | Solution | |-------|-------|----------| | | | | ### Debug Mode ```bash # Add debug command from existing docs ``` ## See Also | Document | Path | |----------|------| | ` Overview` | `./README.md` | | Backend Comparison | `../README.md` |