Laravel Queues in 2026: Horizontal Worker Scaling with Redis and Kubernetes
A practical guide to scaling Laravel queues with Redis Cluster and Kubernetes HPA: configs, Dockerfile, Horizon monitoring, and failed job handling in production.
Category
Server-side development in PHP, Laravel and Go: designing business logic, working with databases, queues and cache, and building reliable and maintainable applications.
A practical guide to scaling Laravel queues with Redis Cluster and Kubernetes HPA: configs, Dockerfile, Horizon monitoring, and failed job handling in production.
A practical guide to implementing distributed tracing in Go microservices using OpenTelemetry SDK and Jaeger. Real code examples, integration with Redis, PostgreSQL, REST API, and gRPC.
A complete guide to testing REST APIs in PHP with Laravel: unit tests, feature tests, integration tests with PostgreSQL in Docker, contract testing with Pact, and CI/CD integration.
A practical guide to building an API Gateway in Go: routing requests to microservices, JWT authentication, rate limiting with Redis, and deployment to Kubernetes.
A practical guide to setting up Laravel Octane with Swoole in Docker: request lifecycle, memory pitfalls, benchmarks, and production deployment for mid-level and senior PHP developers.
A complete guide to building a professional REST API with Laravel: architecture, versioning, authentication, error handling, and documentation with code examples.