Posts for: #Conference

Chef Conf 2023

At ChefConf in 2023 I, along with Mendel from my team, demoed the framework I had built using Chef to manage our Jenkins instances using JCAsC.

This gave us a way to do zero downtime updates for multiple Jenkins systems in each of our environments. We discussed how using Chef to ensure state recreated the prodction Jenkins when it crashed, to the point where users using Jenkins at the time hadnt noticed that it was recreated.

The slides for this talk are available on GitHub.

Chef Conf 2021

I had the pleasure of giving a talk at ChefConf ‘21 on how I had built out a process to setup local environments for the development teams. This had been a manual process, taking even senior developers days to weeks to set up a new system. As much was changing during this time documentation was not keeping up with the changes.

The talk discusses how we use Chef Infra, Test Kitchen and other tools to script the process to a few lines of code for the developer to run and get the end to end time to 45 minutes.