From 6cafa9c1e7d339a30ceceb8b2ca8552739433676 Mon Sep 17 00:00:00 2001 From: Tyler Pace Date: Fri, 2 Jun 2017 16:02:16 -0700 Subject: [PATCH 1/2] Add abstract for 'Black Boxes' presentation. --- presentations/black-boxes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 presentations/black-boxes.md 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 From 8ca16b3b1f51763bb39141d8c7efc086fadf436b Mon Sep 17 00:00:00 2001 From: Tyler Pace Date: Fri, 2 Jun 2017 16:15:50 -0700 Subject: [PATCH 2/2] Add speaker bio. --- speaker/tyler-pace.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 speaker/tyler-pace.md 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.