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

Build golden path CI/CD workflows in Red Hat Developer Hub

From CI/CD to developer platform: Using Red Hat Developer Hub for your pipeline (Part 2)

September 25, 2026
Rishabh Singh
Related topics:
Platform engineeringCI/CDDeveloper productivityGitOpsDeveloper tools
Related products:
Red Hat Developer HubRed Hat OpenShift GitOpsRed Hat OpenShift Dev Spaces

    In Build a unified CI/CD control plane with Red Hat Developer Hub, we set up a Red Hat Developer Hub instance on OpenShift, configured secrets, enabled dynamic plug-ins for Tekton, Argo CD, Quay, and Kubernetes, and configured role-based access control (RBAC) policies and service account permissions.

    In this second part, we complete the platform setup by authoring a golden path software template, then step into the developer's shoes to scaffold a new application and monitor its entire CI/CD lifecycle directly from the Red Hat Developer Hub console.

    1. Platform engineer sets up the golden path template

    To establish standardized developer workflows, platform engineers begin by configuring golden path templates that embed organizational best practices.

    Step 1: Create the software template

    A template provides scaffolding for developers to create new projects with embedded best practices, reducing overhead.

    Red Hat Developer Hub makes the template available via the self-service screen in the console. Created for a simple Go project, this sample template:

    1. Collects project info (name, owner, system, registry, namespace, and cluster)
    2. Stamps out a Go project skeleton with a Tekton pipeline, Argo CD manifests, a devfile, and catalog-info.yaml
    3. Publishes the repository to GitHub
    4. Creates an Argo CD application pointing to the repository's manifests/ directory
    5. Registers the component in Red Hat Developer Hub's catalog

    The template contains 3 main sections:

    • parameters: The form the developer fills out across 5 pages
    • steps: Actions executed after the developer selects Create
    • output.links: Links displayed on the completion success page

    Note

    The template uses rishabhsvats-org for allowed owners in the GitHub picker and rhn_support_rissingh/simple-go as the default image repository. Replace these with your GitHub organization and Quay.io path.

    The catalog-info.yaml file within the skeleton folder registers the entity in Red Hat Developer Hub. Its annotations map enabled plug-ins to displayed user interface (UI) data. Missing or incorrect annotations are the primary reason plug-in tabs appear empty:

    AnnotationPlug-inWhat it shows
    backstage.io/kubernetes-idKubernetesPods, deployments, and resource status
    backstage.io/kubernetes-namespaceKubernetesTarget namespace to query
    backstage.io/kubernetes-label-selectorKubernetesResource filters matching labels
    janus-idp.io/tektonTektonPipelineRuns, TaskRuns, and logs
    argocd/app-selectorArgo CD (Roadie)Sync status, health, and history
    quay.io/repository-slugQuayImage tags, digests, and layers
    backstage.io/source-locationCoreLinks back to the source repository

    Step 2: Register the template in Red Hat Developer Hub

    To make the template available to developers:

    1. Open Red Hat Developer Hub in your browser and log in with GitHub.
    2. Navigate to Catalog → Register Existing Component.
    3. Enter the URL to your template file:

      https://github.com/rishabhsvats/devspaces-pipeline-examples-rhdh/blob/main/template.yaml

    The template will now appear on the Create page. Figure 1 shows the successful registration of the software template repository in Red Hat Developer Hub.

    Register Template in RHDH
    Register Template in RHDH
    Figure 1: Red Hat Developer Hub registers the template file and imports the generated catalog entities.

    Developer uses the golden path

    With the platform setup complete, developers log in to Red Hat Developer Hub using GitHub credentials, select the template to scaffold a new application, and monitor the automated CI/CD pipeline from a single view.

    Step 1: Scaffold a new component

    Navigate to the Catalog tab in Red Hat Developer Hub, locate OpenShift Dev Spaces CI/CD Pipeline with Tekton & ArgoCD, and select Launch Template. 

    Template selection page in RHDH
    Template selection page in RHDH
    Figure 2: The Self-service catalog view displays available golden path templates for application scaffolding.

    Complete the 5-page form:

    1. Application Info: Enter the component name (for example, my-go-app), select an owner, and specify a system name.
    2. Image Registry: Select quay.io and enter your repository path (for example, your-username/my-go-app).
    3. OpenShift Details: Enter the target namespace (pipeline-test) and cluster identifier (ID).
    4. Git Repository: Select your GitHub organization and enter the repository name.
    5. ArgoCD: Accept default settings (openshift-gitops namespace, auto-sync, and auto-heal).

    Select Create. Red Hat Developer Hub fetches the skeleton, publishes it to GitHub, creates the Argo CD application, and registers the component in the catalog. Figure 3 illustrates the initial configuration page of the 5-page application scaffolding wizard.

    Template form filled in with sample values
    Template form filled in with sample values
    Figure 3: Developers specify application metadata, registry paths, and target cluster details across the scaffolding form.

    Once it's complete, a success page provides direct links to the new repository, catalog entry, Argo CD application, OpenShift pipeline view, and a Red Hat OpenShift Dev Spaces workspace (Figure 4).

    Scaffolding success page showing links to the repository, catalog entry, ArgoCD application, Tekton pipelines, and Dev Spaces
    Scaffolding success page showing links to the repository, catalog entry, ArgoCD application, Tekton pipelines, and Dev Spaces
    Figure 4: The completed task execution screen provides quick links to the new Git repository, Argo CD application, and Red Hat OpenShift Dev Spaces workspace.

    Step 2: View the component in the software catalog

    In the catalog, select the newly generated entity (for example, devspaces-pipeline-examples-rhdh). The component overview page displays metadata, quick links, and the EntityArgoCDOverviewCard, which shows current deployment health and sync status at a glance. Figure 5 shows the entity overview page within the Red Hat Developer Hub catalog.

    Catalog component overview page showing the ArgoCD overview card
    Catalog component overview page showing the ArgoCD overview card
    Figure 5: The Overview tab renders entity metadata, quick links, and real-time deployment sync status using the Argo CD overview card.

    Step 3: CI—Tekton pipeline runs

    Making a commit in the repository triggers the Tekton PipelineRun. Navigating to the CI tab displays real-time execution status, task duration, and logs for each step (clone-repo, build-go, build-image, update-deployment) directly inside Red Hat Developer Hub.

    Step 4: CD—Argo CD sync status

    Select the CD tab. The embedded EntityArgoCDHistoryCard renders a chronological history of deployment sync events, showing statuses, revisions, and timestamps without requiring access to the Argo CD console.

    Step 5: Topology view

    Select the Topology tab. This plug-in visualizes deployed Kubernetes resources (deployments, services, and routes) and their interconnections. Selecting graph nodes reveals pod counts, image tags, and route URLs without running oc get commands.

    Step 6: Quay container images

    Select the Image Registry tab. The Quay plug-in shows container image tags created by pipeline commits, digests, file sizes, creation timestamps, and manifest details directly in the portal, as shown in Figure 6.

    RHDH CI tab showing a PipelineRun with task details and status
    RHDH CI tab showing a PipelineRun with task details and status
    Figure 6: The Image Registry tab lists published image tags, creation timestamps, and digest manifests from Quay.

    Step 7: Kubernetes pod details

    Select the Kubernetes tab. This tab, shown in Figure 7, displays running pods, statuses, restart counts, and age. Expanding individual pods exposes container metrics, environment variables, and live pod logs.

    RHDH Kubernetes tab
    RHDH Kubernetes tab
    Figure 7: The Kubernetes tab summarizes cluster resources, target namespaces, and running pod counts.

    Expanding a specific pod entry reveals container-level metrics and runtime details, as shown in Figure 8.

    RHDH Kubernetes tab showing pod details with status and container info
    RHDH Kubernetes tab showing pod details with status and container info
    Figure 8: Expanded pod diagnostics display container memory and CPU usage alongside real-time pod logs.

    Conclusion

    Building a complete CI/CD loop with Red Hat OpenShift GitOps and Red Hat OpenShift Pipelines automates release delivery, but managing separate operational consoles introduces overhead. Red Hat Developer Hub provides a unified management layer bringing pipeline runs, deployment sync status, container image registries, pod diagnostics, and topology graphs into a single interface.

    While setting up Red Hat Developer Hub, configuring plug-ins, applying RBAC policies, and authoring templates require upfront platform engineering investment, every application scaffolded from the golden path template gains automated CI/CD integration and full operational observability out of the box.

    Related Posts

    • From hours to minutes: Optimizing Red Hat Developer Hub performance testing with immutable LDAP images

    • Build a unified CI/CD control plane with Red Hat Developer Hub

    • Red Hat Developer Hub: Preventing compliance violations with AI coding agents

    • Red Hat Developer Hub software template authoring with rhdh-templates

    • Chat with your docs with Red Hat Developer Hub

    • How to integrate Developer Hub with OpenShift GitOps

    Recent Posts

    • Managing edge solutions with Red Hat: A layered approach

    • Build golden path CI/CD workflows in Red Hat Developer Hub

    • Self-encrypting VM images for confidential environments hands on

    • Scaling GitOps: The "pull" architecture for global fleets

    • How I massively improved my AI inference performance without buying new hardware

    What’s up next?

    Developer Portals share image

    Developer Portals: Prepare to Perform with Red Hat Developer Hub

    Hans-Peter Grahsl +2
    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
    Ask AI