Talk: Symfony ❤︎ Kubernetes: dynamic feature-review environments

Talk presented at SFDay 2019 (Verona)
Language: en Slides available
See talk comments on Joind.in.

Docker has been a part of our development environments for long as of now. But its usage in production had not followed the same adoption curve, and it’s instead rising only in the last years, mainly due to Kubernetes.

But Kubernetes is not only a simple tool to port your containers into production, it goes beyond that! It lets (and forces) us developer embrace the twelve-factor approach, creating real cloud-native applications, where everything is parametrized and properly isolated. In this talk we’ll see how a Symfony application can be easily packaged, parametrized and deployed using Docker, Kubernetes and Helm, up to the point of having one-click deployments of per-branch environments, a tool that makes review/QA of a feature really fast & easy.