n8n on K8s: Scalable Worker Setup with Redis Queue
Introduction If you’re using n8n in production and need horizontal scaling for better performance and reliability, queue mode is essential. In this guide, we’ll walk through deploying n8n on Kubernetes using the official Helm chart, configuring Redis as the central queue, and separating main and worker pods for distributed execution. This setup: Architecture Overview Prerequisites Helm Values Breakdown […]