What problem does it solve?
This Skill guides users through starting, scaling, and managing KTRDR environments, from local Docker Compose development to high-performance Proxmox LXC production deployments, and provides tools for rapid hotfixes.
Core Features & Use Cases
- Development Environment Management: Provides commands for starting, stopping, scaling, and rebuilding Docker Compose services and host services for local development.
- Patch Deployment: Enables fast preprod hotfixes by building CPU-only images locally and deploying them quickly, bypassing lengthy CI/CD pipelines for rapid iteration.
- Production Deployment with Proxmox LXC: Explains the benefits and steps for deploying KTRDR to Proxmox LXC for superior performance, lower overhead, and template-based scaling.
- Use Case: When a critical bug is found in preproduction, use the patch deployment feature to quickly build and deploy a fix to the preprod environment for testing, significantly reducing the time to resolution.
Quick Start
I need to start the full KTRDR development environment, including backend, frontend, and workers. Use the deployment skill to provide the necessary Docker Compose commands.