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

What's new in the Red Hat OpenShift 4.9 console

<p>&nbsp;</p> <quillbot-extension-portal></quillbot-extension-portal>

October 21, 2021
Serena Chechile Nichols
Related topics:
CI/CDGitOpsOperatorsServerless
Related products:
Red Hat OpenShift

    Red Hat OpenShift console users will discover a rich set of new and improved console features in OpenShift 4.9. This article introduces general improvements, usability enhancements, and new console features for developers using Red Hat OpenShift Serverless, Red Hat OpenShift Pipelines, and Red Hat OpenShift GitOps.

    General improvements

    With the OpenShift 4.9 console, you can now set your individual user preferences for the developer console experience. The updated console also lets you star favorite projects and do quick project searches using the project selector.

    Usability enhancements

    Usability improvements include a new converged import flow, form-based edits for build configs, and improvements to application monitoring. The developer topology view also includes a new developer preview Export Application feature. Let's dig into some of these usability enhancements in OpenShift 4.9.

    Improved import flow

    The OpenShift 4.9 developer console features a single, converged import flow. As a developer, all you have to do is enter your Git repository, and OpenShift sets up the correct imports for you. This streamlined experience combines the Import from Git, Import from Dockerfile, and Import from devfile flows found in previous console versions. As Figure 1 shows, it can also auto-detect whether you are providing a repo with no Dockerfile or devfile present or providing one with a devfile present.

    The auto-detect capability when (1) providing a repo with no Dockerfile or devfile present and (2) providing a repo with a devfile present.
    Figure 1. The auto-detect feature in the converged import flow.

     

    Note: See the Devfile User Guide 2.1.0 to learn about using devfiles to automate and simplify your development process.

    Export Application

    The topology view in the developer console now includes a developer preview Export Application feature. You can combine the new Export Application feature with OpenShift's Import multi doc option to replicate your applications in another project in the same cluster, or in another cluster altogether. This feature is currently unlocked when you install the gitops-primer Operator, which is available from OperatorHub. Look for a future article with more about using this feature.

    Developer console features for OpenShift Serverless

    Console improvements for OpenShift Serverless include support for custom domain mapping and access to event sources from the Apache Camel Kamelets catalog.

    Custom domain mapping

    Custom domain mapping is now supported through the developer console's advanced routing options in the Import from Git and Deploy Image flows. Each Knative service is automatically assigned a default domain name when it is created. This option allows you to map any custom domain name that you own to a Knative service. These changes bring the console experience on par with the kn CLI.

    Note: Learn more about configuring a custom domain for a Knative service here.

    A demonstration of custom domain mapping in the OpenShift developer console.
    Figure 2. Custom domain mapping in the OpenShift developer console.

    Community Kamelets

    When the Camel K Operator is installed, developers will now be able to create an additional 50 or more event sources. The Camel K Operator makes event sources from the Apache Camel Kamelets catalog available, as shown in Figure 3.

    A view of community source Kamelets in the Event Source catalog.
    Figure 3. Community source Kamelets in the Event Sources catalog.

    Developer console features for OpenShift Pipelines

    We now provide visibility for developers using Pipelines as Code in the OpenShift developer console. Initial support can be found in the Repository list view on the Pipelines page.

    Improved task discoverability in the Pipeline Builder

    When adding tasks to a pipeline, you will find a search mechanism similar to the search feature in the console's topology view. This new mechanism lets you search for available tasks without changing context. As you type, matches are dynamically displayed in a list. You can then click on a match to see a quick overview in the right-side panel, then click on the appropriate call-to-action. You will also be able to move and resize the search component. Figure 4 demonstrates this new feature.

    Pipeline Buildere enhancements.
    Figure 4. Pipeline Builder enhancements.

    TektonHub integration

    When searching for tasks from the Pipeline Builder, users can now discover tasks from TektonHub. You can Install and add tasks from TektonHub to the current namespace and even update an already installed task, as shown in Figure 5.

    Tekton Hub integration.
    Figure 5. Tekton Hub integration.

    Enhancements for OpenShift GitOps

    If you have GitOps 1.3 installed, you will see updates to the Application deployment environments details page, including details for the given application's status across the environments it is deployed to, as shown in Figure 6.

    Applications environments overview.
    Figure 6. An overview of the application in different environments.

    We want your feedback

    Community feedback helps us continually improve the OpenShift developer experience, and we want to hear from you! Join the OpenShift Developer Experience Google group to share feedback or tweet me directly. We hope you will share your tips for using the OpenShift web console, get help with what doesn’t work, and shape the future of the OpenShift developer experience. Ready to get started? Try OpenShift 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.