Docker brought containers to the masses, packaging all the bits and pieces necessary to run an application into a neat package deployable anywhere.
Kubernetes builds on that, aims to abstract away the infrastructure necessary to run complex applications. It allows horizontal scaling, load balancing, rolling upgrades, canary releases, allocating containers to machines automatically and much more. All that while being cloud provider agnostic (drivers exist for all major cloud providers). While some intro slides will be present this talk will be hands-on. A sample multi container app will be deployed and we will go trough some of Kubernetes most compelling features (live if Murphy allows, video otherwise :). The cookbook will be available on Github after the talk.
You can find the demoed scripts at https://github.com/malduarte/hello-kubernetes.