Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Quick links: redhat.com, Customer Portal, Red Hat's developer site, Red Hat's partner site.

  • You are here

    Red Hat

    Learn about our open source products, services, and company.

  • You are here

    Red Hat Customer Portal

    Get product support and knowledge from the open source experts.

  • You are here

    Red Hat Developer

    Read developer tutorials and download Red Hat software for cloud application development.

  • You are here

    Red Hat Partner Connect

    Get training, subscriptions, certifications, and more for partners to build, sell, and support customer solutions.

Products & tools

  • Ansible.com

    Learn about and try our IT automation product.
  • Red Hat Ecosystem Catalog

    Find hardware, software, and cloud providers―and download container images―certified to perform with Red Hat technologies.

Try, buy, & sell

  • Red Hat Hybrid Cloud Console

    Access technical how-tos, tutorials, and learning paths focused on Red Hat’s hybrid cloud managed services.
  • Red Hat Store

    Buy select Red Hat products and services online.
  • Red Hat Marketplace

    Try, buy, sell, and manage certified enterprise software for container-based environments.

Events

  • Red Hat Summit and AnsibleFest

    Register for and learn about our annual open source IT industry event.

The ultimate CI/CD resource guide

October 20, 2022
Heiker Medina
Related topics:
CI/CDGitOpsOperators
Related products:
Red Hat OpenShift Container Platform

Share:

Share on twitter Share on facebook Share on linkedin Share with email
  • What is CI/CD and why is it important for developers?
  • Recent articles to explore about CI/CD
  • The Developer Sandbox is a great place to start

You've found the right place for content on continuous integration/continuous deployment (CI/CD). We've gathered our highest-performing articles from the past year on this topic on Red Hat Developer. This article will introduce you to all things related to CI/CD.

What is CI/CD and why is it important for developers?

What is CI/CD and why is it important for developers?

Continuous integration (CI) and continuous deployment (CD) are development processes making use of automated tools to produce high-quality software.

CI ensures that any code submitted by each developer works together with all other code in the project. Typically, CI works by running regression tests.

CD involves further automation to make sure that the latest accepted versions of a project enter production, and that all the pieces deployed together are compatible.

Numerous tools, such as integrated development environments and version control systems, help you build software. But when it comes to creating software that customers trust—and even love—you need to pay attention to the details. A good CI/CD environment ensures that testing, integration, and deployment are fast, easy, and accurate. CI/CD allows you to iterate faster, build more reliable code, and deliver better customer experiences.

Recent articles to explore about CI/CD

Recent articles to explore about CI/CD

Here are eight great Red Hat Developer articles on this topic:

  • Deploy Helm charts with Jenkins CI/CD: Learn how to use Jenkins's CI/CD capabilities to deploy a Helm chart using a Red Hat OpenShift 4 cluster. Helm is a package manager for Kubernetes that uses a packaging format called charts. These charts have all of the Kubernetes resources required to deploy an application, such as deployments and services.

  • A developer's guide to CI/CD and GitOps with Jenkins Pipelines: GitOps and CI/CD have a lot to offer each other. This article guides you through the use of a Jenkinsfile to create deployments that combine CI/CD and GitOps.

  • Containerize .NET applications without writing Dockerfiles: Discover how to use a tool named dotnet build-image to create Dockerfiles and containerized images from .NET applications. You will also learn how to use this tool in a GitHub workflow to create an image from a .NET application and push it to a repository.

  • Automate CI/CD on pull requests with Argo CD ApplicationSets: The quest to further automate building, testing, and deployment is inspiring new features in Argo CD, Kubernetes, and other tools. This article shows how to improve feature testing by automating builds and the creation of Kubernetes environments. ApplicationSets in Argo CD, together with Tekton, create a CI/CD system that includes feature branch testing on OpenShift.

  • How to create a better front-end developer experience: Explore common pain points that can complicate the development process, and learn how to address them to foster better developer experiences. Take developing a form using React, for example. If developers can develop the form without difficulty, it will likely be a positive experience for the customer as well.

  • OpenShift support for GitOps processes: This article explains how OpenShift's GitOps Operator works and highlights improvements in OpenShift 4.9 and 4.10. The article includes a video showing how to use the developer console to manage cluster configurations and deploy cloud-native applications using OpenShift. Follow up this article by trying out a learning path about GitOps.

  • Integrate ISO 20022 payments messaging with CI/CD: An increasing number of financial institutions are embracing ISO 20022 standards for payments and securities transactions. This article shows how to use the message conversion platform from Trace Financial (a Red Hat ISV) and Red Hat Fuse to convert messages between the SWIFT MT and MX formats for financial data. Key benefits of the MX message set include the ability to capture richer data, flexibility, and a machine-readable format.

  • Tools and practices for remote development teams: This article explores a few tools and practices that can help you work from home. Ideas include shared IDEs to facilitate collaboration, a repository of self-service and single-click workspaces for IDE consistency, and triggering CI/CD pipelines from source control systems to automate manual operations tasks.

The Developer Sandbox is a great place to start

The Developer Sandbox is a great place to start

Interested in developing your first application at no cost? Test out the Developer Sandbox on Red Hat OpenShift and learn by doing.

Last updated: December 27, 2023

Recent Posts

  • LLM Compressor: Optimize LLMs for low-latency deployments

  • How to set up NVIDIA NIM on Red Hat OpenShift AI

  • Leveraging Ansible Event-Driven Automation for Automatic CPU Scaling in OpenShift Virtualization

  • Python packaging for RHEL 9 & 10 using pyproject RPM macros

  • Kafka Monthly Digest: April 2025

What’s up next?

Getting GitOps e-book card

Learn how to navigate the complex world of modern container-based software development and distribution with Getting GitOps: A Practical Platform with OpenShift, Argo CD, and Tekton.

Get the e-book
Red Hat Developers logo LinkedIn YouTube Twitter Facebook

Products

  • Red Hat Enterprise Linux
  • Red Hat OpenShift
  • Red Hat Ansible Automation Platform

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

Red Hat legal and privacy links

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

Report a website issue