I attended the DevOpsDays Austin conference last week, and it was great! I just finished The Phoenix Project by Gene Kim a few weeks ago, which was my first real introduction to DevOps. As a result, this conference was… intense. New people, software projects I’d never heard of, tons of ideas and concepts - it was a challenge to keep up. If you’re interested in DevOps, you absolutely should attend one of these events. Oh, and if you can’t make it out to a DevOpsDays conference, you can catch some of the action on twitter: #devopsdays


# Ideas

CAMS - John Willis

  • Culture
  • Automation
  • Measurement
  • Sharing

How to retain the hardest to hire positions?

  1. Meaningful work
  2. Employee ownership
  3. Trust (Treat them like adults)
  • MVP = Minimal Viable Product
  • Humans do painful things less frequently
  • Stop starting, start finishing

# Presentations


# Books


# Local Groups


# Community / Learning


# Kanban


# Bootstrap


# Logging

Possible setup (see http://www.vmdoh.com/blog/centralizing-logs-lumberjack-logstash-and-elasticsearch):

  1. Lumberjack runs on each server, shipping logs
  2. Central Logstash server receives logs
  3. Elasticsearch watches Logstash
  4. Kibana provides the web front end

# Various Software Projects