Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Gene Kim and Red Hat IT Part 3: A DevOps Implementation Strategy

June 25, 2014
Gene Kim, Bill Montgomery
Related topics:
DevOps
Related products:
Red Hat OpenShift

    Part three of a four-part series on DevOps with Gene Kim and Red Hat IT.

    • Part 1: Getting DevOps Off the Ground
    • Part 2: The Importance of Partnership in DevOps
    • Part 3: A DevOps Implementation Strategy
    • Part 4: DevOps Successes and Failures

    Panelists:

    • Bill Montgomery: Manager, Red Hat IT
    • Steve Milner: Engineer, Red Hat IT
    • Jen Krieger: Product Owner, Red Hat IT
    • Tim Bielawa: Engineer, Red Hat IT
    • Chris Murphy: Engineer, Red Hat IT

    Introduction: Gene Kim, award-winning CTO and co-author of “The Phoenix Project,” recently sat down with Red Hat IT’s Inception team to discuss their DevOps mission. Here are the highlights from the conversation.

    On the Inception team’s DevOps and CI/CD implementation strategy:

    Gene: Why did you decide to first focus on release automation?

    Jen: We spent a few months doing research, trying to identify the best improvement that would benefit the most number of developer teams. At first, we spent a lot of time talking with people across IT about their woes in group and individual interviews. We tried to document and find correlations across teams, had hallway conversations, and attended other team’s stand‑ups.

    Another thing our team did was read Jez Humble and David Farley's Continuous Delivery book. cicd-maturity-model It reads like a Bible for everything we want to do, and in the very last chapter is their CD maturity model. We used that maturity model as a survey and asked IT, "Where do you think your team is in the maturity scale?" While not very scientific, the survey gave us the data we needed to confirm what we were hearing verbally. We are struggling in two theme areas; Environments and Deployment and Test Automation.

    After establishing that pattern at the department level, we asked our partner team, “what do you want us to focus on?” They said, "Please help us deploy our code automatically," and that is essentially how we got to that decision.

    Gene: So, why service buses? Why are they the bottleneck?

    Bill: Say a Red Hat customer buys a RHEL subscription. The PO comes through the order system, the entitlement system activates it, there's another system so you can download the binaries, and yet another to handle support calls against your newly activated subscription. Those are all discrete systems, but all the communications flow through the ESB and SOA services tier. If you want to make a change to any of those systems, there's often going to be a change to the ESB or SOA services tier.

    Steve, Engineer: And, if we can help automate something so core to our processes like our SOA tier and ESB, we should be able to help every other group within IT. If we were to start with a one‑off team, small application, that might be a nice proof of concept, but that doesn't really prove this is possible in the other teams.

    Bill: Also, the SOA & ESB team is one of our more advanced dev teams as far as their cadence, agile practices, and testing methodologies. Plus, very simply, they reached out to us during the formation period of the team and said, "Hey, we're starting to get a sense for what your mission is, and we want to partner with you." That was a big part of it.

    Gene: This is awesome. When do you think you'll make a material improvement on the change lead time for the SOA & ESB team?

    Jen: Starting in July, when we roll out the first version of Release Engine. The plan is to target release automation to QA, and I suspect it will be easy to automate to Stage at that point. After that, we will focus on automating deployment to Dev, which we expect will expose additional technical debt that will need to be resolved. Then we’ll talk about how we're going to automate deployment to production.

    The reason I'm suggesting that order is because our Dev environments are not always consistent with our other environments. I would personally feel more comfortable if we had a stable code deployment pipeline on the backend of the process before releasing to production. The challenge will be that we need to have conversations with developers on how they're going to work together to make they aren’t bumping into each other. I suspect there is work hidden in that process as well.

    There is also a change management conversation that has to occur, and that has to be agreed upon by the management community here before we can automate code deployment to production; another very challenging thing to orchestrate. I suspect some teams will want to vary their process from others.

    Bill:  This intersects our existing ITIL change management processes. I'm more optimistic than Jen on how challenging it'll be to get agreement there.

    Jen:  I'm the organizational change management realist.

    Bill:  --and I'm the optimist and cheerleader.

    [laughter]

    Gene: This is actually fascinating. Can you approximate the expected change lead time improvement from before and after, your July milestone?

    Jen:  Right now, from the point that code arrives to QA to the point that it goes to production. It's about an average of 7.62‑something days.

    Bill:  --approximately. [laughs]

    Jen:  About a week. I would like to see that reduced, as in “a day.” Like I was saying earlier, I am guessing that when we have the Release Engine in place, we're going to discover that the majority of that change lead time delay is due to manual testing.

    Next week, Gene asks the Inception team about their early wins and failures with DevOps at Red Hat.

    Gene Kim is hosting the DevOps Enterprise Summit on October 21-23, where more stories will be told about DevOps transformations in large, complex organizations. Learn more about the summit and submit your own talk here!

    Read more blogs from the Inception Team and follow us on Twitter.

    Last updated: January 11, 2023

    Recent Posts

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.