Infinite Scale: Deploying and Scaling Laravel on Kubernetes by Leo Sjoberg

Microservices, Docker and Kubernetes have become big buzzwords in the last few years. As applications have grown more complex, we’ve split them out into smaller chunks to better manage development, and then had to figure out how to manage the mess we’ve created for ourselves. We’ve figured out how to automatically scale up resources only when needed, and then scale them back down, saving those in the know from appallingly high server costs. For most, however, this is all still a mystery. For 30 minutes, we
Back to Top