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

What's new in the OpenShift 4.4 web console developer experience

April 30, 2020
Serena Chechile Nichols Steve Speicher
Related topics:
CI/CDKubernetesOperatorsServerless
Related products:
Red Hat OpenShift

Share:

    The developer experience in the Red Hat OpenShift Container Platform web console keeps getting better. You’ve probably already heard about our streamlined user flows to build and deploy applications, plus the ability to understand the structure of your application via the Topology view. Each new release of Red Hat OpenShift includes usability improvements and new features to help developers reach their goals.

    In OpenShift 4.4, we focused on making application deployment easier through the Developer Catalog, improving the experience of Operator-backed services, and supporting Helm Charts. As for feature updates, we:

    • Made a number of topology enhancements to help streamline discoverability and scalability.
    • Introduced an application monitoring section.
    • Introduced a new Pipeline Builder.

    Let’s take a closer look at what’s different for the developer in OpenShift 4.4.

    Application deployment is even easier

    Application deployment should be easy, right? We think so, too, so here are some of the improvements that were released with 4.4:

    • The Developer Catalog now has options to allow developers to filter and group items more easily and labels to help visually identify the difference between catalog items as shown in Figure 1.
    Developer Catalog enhancements in action
    Figure 1: Developer Catalog enhancements
    • Improvements to creating Operator-backed services from the Developer Catalog:
      • Developers can now perform this task via a form, rather than being forced to remain in a YAML editor. In the future, forms will be the default experience.
      • Operator-backed services are exposed as a grouping in Topology. Additionally, the resource that manages the resources that are part of the Operator-backed service are now easily accessible from the side panel, as shown in Figure 2.
    Animation showing the improvements
    Figure 2: Improvements to Operator backed services
    • Helm Charts are here:
      • Developers can install Helm Charts through the Developer Catalog.
      • Helm Releases can be seen on the Topology page. They are shown as a grouping, and all high-level components are viewed when the Helm Release is expanded, as shown in Figure 3. This feature allows the developer to quickly understand all of the resources the chart creates.
    Viewing helm release details for nodejs-ex-k
    Figure 3: Improvements to Operator backed services

    Check out more details on these improvements in Application Deployment improvements in OpenShift 4.4.

    Topology enhancements

    The Topology view has significant usability improvements and new flows supported in 4.4. If you prefer a more streamlined layout in Topology, you can collapse grouping types. The developer can collapse all application groupings, Operator Groupings, Knative Services, or Helm Releases from the Display dropdown menu, as shown in Figures 4 and 5. This feature helps the developer hide some of the complexity of their application and focus on individual pieces.

    Example of expanded groupings
    Figure 4: Expanded Groupings in Topology
    An example of collapsed groupings.
    Figure 5: Collapsed Groupings in Topology

    Also, developers can easily locate components in a busy application structure with the new find feature, which highlights components based on a string match on the name, as shown in Figure 6. This feature increases the discoverability of a component.

    An example of the find feature
    Figure 6: Find feature in Topology

    Learn more about the new Find feature here.

    Getting insights into your application

    The Developer perspective has a new Monitoring experience, which allows the developer to troubleshoot problems with their application. These features are Tech Previews.

    You can get insights into your application metrics with your new monitoring dashboard featuring 10 metrics charts. This Tech Preview feature is available on the Dashboard tab of the Monitoring page, as shown in Figure 7.

    An example Monitoring dashboard
    Figure 7: Monitoring Dashboard

    The Metrics page, available in the Monitoring section, has also been improved. Not all developers know PromQL. So we added a number of out-of-the-box queries while retaining the ability to run Prometheus Query Language (PromQL) queries on your project, as shown in Figure 8.

    example monitoring metrics
    Figure 8: Out of the box queries

    Learn more about the new monitoring experience for developers here.

    OpenShift Pipelines

    Among other Pipelines enhancements, OpenShift 4.4 introduces the Pipeline Builder to the developer experience. It provides developers a visually guided experience to build their own pipelines, as you can see in Figure 9.

    an example Pipeline Builder
    Figure 9: Pipeline Builders

    To learn more about Pipelines and Pipeline Builder, check out Creating Pipelines with OpenShift 4.4’s new Pipeline Builder and Tekton Pipelines.

    OpenShift Serverless

    OpenShift Serverless is now generally available. We’ve also made improvements to the experience around serverless, as you can see in Figure 10, some of which address feedback we’ve received from the community and customers.

    Improvements to serverless handling

    For more details on these improvements, check out Serverless applications made faster and simpler with OpenShift Serverless GA.

    Ready to get started?

    Try OpenShift today.

    Provide your feedback

    OpenShift 4.4 marks the third release of the new console developer experience. Community and customer collaboration and feedback is a huge part of our process. We’d love to hear from you. Consider attending one of our office hours or share your thoughts here to let us know how we are doing and provide feedback on the developer experience in the OpenShift Web Console.

    Also, join our OpenShift Developer Experience Google Group to participate in discussions and learn about our Office Hours session where you can collaborate with us and provide feedback.

    Learn more

    Interested in learning more about application development with OpenShift? Here are some Red Hat resources which might be helpful:

    • Application development on OpenShift
    • OpenShift Pipelines
    • OpenShift Serverless resources
    • OpenShift Serverless and Knative
    • Knative Tutorial

    Also, see today's other OpenShift 4.4 articles:

    • Serverless applications made faster and simpler with OpenShift Serverless GA
    • OpenShift 4.4: Finding components in the Topology view
    • OpenShift 4.4: Getting insights into your application
    • Application deployment improvements in OpenShift 4.4
    • Creating Pipelines with OpenShift 4.4’s new Pipeline Builder and Tekton Pipelines
    Last updated: March 30, 2023

    Recent Posts

    • Container starting and termination order in a pod

    • More Essential AI tutorials for Node.js Developers

    • How to run a fraud detection AI model on RHEL CVMs

    • How we use software provenance at Red Hat

    • Alternatives to creating bootc images from scratch

    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