Simplify container orchestration and turbocharge Docker Compose

I’ve had the pleasure of speaking at DockerCon 2016 and 2017. I’m back this year because Austin, of course, and to talk about simplifying application orchestration:

Getting started with container orchestration and scheduling systems, like Kubernetes, is relatively simple, but as your deployment grows it gets complicated fast. There are ways to reduce that complexity, and even eliminate cluster management. We will share a simpler approach that leverages Docker Compose (in ways you may not know are possible) and the Autopilot Pattern for application micro-orchestration. The Autopilot Pattern works with any container scheduler, but for many applications and use cases we’ve found that this design pattern, combined with smart use of Docker Compose, provides the most elegant and scalable solution.