diff --git a/presentations/black-boxes.md b/presentations/black-boxes.md new file mode 100644 index 0000000..fd473c4 --- /dev/null +++ b/presentations/black-boxes.md @@ -0,0 +1,16 @@ +## Peering into Black Boxes: What’s Really Inside Containers? + + +## Abstract + +Containers are a useful means for packaging up and deploying applications. One of the proposed benefits of containers is an increased ability to create immutable infrastructure that guarantees the contents of your application wherever it is instantiated. However, the real world is full of exceptions like the ability to use docker exec, access shared data volumes, mounting volumes with read+write permissions, and various application architecture quirks that make true immutability difficult to maintain. In this world, application and configuration drift still happen and we need tools to help identify drift wherever it occurs. This talk will introduce Lumogon, a new open-source tool from Puppet, Inc., and demonstrate how to use Lumogon to identify and address drift in a container application. + +In this talk we’ll: + +* Briefly cover the container landscape to talk about base images, immutability, and other common container practices +* Introduce a new open-source tool, Lumogon, and highlights its capabilities +* Use Lumogon to query running containers without knowing anything about them ahead of time +* Use the data provided by Lumogon to track and remediate drift in a container application + + +## Tyler Pace diff --git a/speaker/tyler-pace.md b/speaker/tyler-pace.md new file mode 100644 index 0000000..51ea875 --- /dev/null +++ b/speaker/tyler-pace.md @@ -0,0 +1,5 @@ +## Tyler Pace + +## Bio + +Tyler is a User Experience Architect at [Puppet](https://puppet.com/) where he works on making cloud and container technologies more useful and accessible to all DevOps professionals. He is particularly interested in reducing the barriers to adopting and managing containers at scale.