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

Customer suggestions for improved CI/CD in Red Hat OpenShift

July 30, 2021
Brigid Gliwa
Related topics:
Containers
Related products:
Red Hat OpenShift

    Red Hat recently conducted a Customer Empathy Workshop series that included two virtual workshops focused on continuous integration/continuous delivery (CI/CD) tooling within Red Hat OpenShift. The Red Hat User Experience Design team partnered with Product Management and Engineering to engage 22 OpenShift customers from seven different companies. This article reports the participants' top requests and how Red Hat could address them.

    During each two-hour workshop, we used digital whiteboards and video conferencing to virtually engage customers in hands-on activities. We used the first three steps of the classic design thinking—empathize, define, and ideate—to identify and understand problems as well as suggest solutions. Let’s take a look at what we learned.

    Current needs for CI/CD (Design thinking, step 1:  empathize)

    We began the workshops by asking participants to introduce themselves in order to help break the ice and get to know each other. Each customer shared their role and responsibilities, the CI/CD tools they use, and what they were looking forward to in this workshop. After everyone got the chance to share, we dove into design thinking. Although we couldn’t use sticky notes and Sharpies as we do in person, participants were able to use digital whiteboarding to write down their problems and pain points when they use CI/CD tooling within OpenShift. We reviewed the participants’ pain points to find similarities and identify common themes.

    Figure 1 lists some of those themes, followed by a list that includes paraphrased responses from customers.

    • Tekton limitations: "Passing data through a Tekton Pipeline is cumbersome and chatty. Tekton also lacks the capability for human confirmation in pipelines."
    • ArgoCD: "We need better integration of ArgoCD, Helm, and Tekton."
    • Multitenancy: "Multitenancy and Kubernetes RBAC should be enforced in tools."
    • Pipeline as code: "Our developers would like simple pipeline definitions, such as GitHub Actions or Travis. It is difficult to share pipelines or parts of the pipeline."
    • Metrics and gates: "We are unable to track test results across consecutive runs. OpenShift lacks the ability to set up gates for the pipeline."
    • Best practices: "What is Red Hat's ideal CI/CD architecture? How could we get feedback from OpenShift in our CI/CD tooling?"
    • Triggers: "Tekton EventListeners are not protected with authentication or OAuth. EventListeners also can't optionally override default parameters of pipelines."
    • Delivering secrets: "There is no secret handling in ArgoCD or OpenShift GitOps and integrating with an external vault is not easy. Secrets do not work well in resource-constrained clusters."
    • Multicluster management: "We need Git repo management for ArgoCD and synching of multiple clusters, along with configuration as code (CaC)."

    Finding opportunities for improving CI/CD (Design thinking, step 2: define)

    The next step in the design thinking process is to define the problem. In this step, we looked at the different themes into which we had grouped our issues and selected a few to focus on for the remainder of the workshop. We used these key themes to define problem statements in the format of "How might we" statements. Reframing the problem into a "How might we" statement helped to shift our perspective from challenges into opportunities. Figure 2 shows the problem statements we created, and groups some of the participant observations within each statement:

    • How might we make it easier to onboard and use Tekton Pipelines effectively?
    • How might we make it easier to learn how to leverage ArgoCD effectively?
    • How might we share parts of pipelines more easily?
    • How might we offer a flexible way to customize pipeline metrics and react to them?
    • How might we get more info about what Red Hat thinks is the right way to use the tools?

    Proposed projects (Design thinking, step 3: ideate)

    The final step of the design thinking process that we covered in these workshops was to ideate new solutions to the problem statements we created. We used the "Yes, and" technique to facilitate brainstorming, which encouraged active listening, positive thinking, and building on each other’s ideas. The phrase "Yes, and" reminds people not to criticize other people's ideas, but to use the ideas as inspiration for more suggestions.

    This process generated many possible solutions to the problems we were exploring. Finally, we voted on the solutions participants most wanted to see implemented, which will help the OpenShift team prioritize new features and enhancements for CI/CD tooling in the console.

    Problem statement: How might we make it easier to onboard and use Tekton Pipelines effectively?

    • Provide additional info from elsewhere (secrets, registry, etc) during the pipeline creation process
    • Provide an out-of-the-box way of protecting Triggers and EventListeners
    • Provide additional metrics on a per-pipeline level (success ratio, run duration, etc.)
    • A pipeline template that generates pipelines based on each folder

    Problem statement: How might we make it easier to learn how to leverage ArgoCD effectively?

    • Better integration with external vaults (eg., HashiCorp)
    • Document complex use cases
    • Guided docs to achieve use cases (after setup)
    • Secrets via ArgoCD or Vault

    Problem statement: How might we share parts of pipelines more easily?

    • Simpler syntax (e.g., GitHub actions) 
    • Every time you have a new branch, the pipeline stays the same and certain tasks are skipped based on the branch
    • Not have to think about the technical details of where the pipeline is running, and how many resources it is using

    Problem statement: How might we offer a flexible way to customize pipeline metrics and react to them?

    • Allow custom metrics to be defined at certain author-defined thresholds that will fail the pipeline
    • Results of performance scans should be processable: if they are above a certain value  they should block or break the pipeline
    • Should I proceed with the next step?—Yes or no button (manual approval)

    Problem statement: How might we get more information about what Red Hat thinks is the right way to do things and use the tools?

    • Reference architecture
    • Get ideas from Red Hat about how to use the tools—don’t want to search the internet

    The highest-voted solutions to each problem statement appear in Figure 3.

    What’s next

    The User Experience Design team will continue to explore the customer ideas from the workshop and complete the design thinking process by prototyping designs and testing them with users. The information that we gathered from these two workshops helped us to identify five main focus areas that will inform decisions and enhancements to the OpenShift CI/CD tooling.

    Community feedback helps us continually improve the OpenShift Developer Experience. We want to hear from you, too. Attend one of our office hours on the OpenShift Twitch channel, or join the OpenShift Developer Experience Google Group to share your Web Console tips, get help with what doesn’t work so well for you, and shape the future of the OpenShift Developer Experience.

    Ready to get started? Try OpenShift today.

    Interested in being a user research participant? Sign up today.

    Last updated: September 20, 2023

    Recent Posts

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    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.