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 Red Hat OpenShift 4.8 console

August 2, 2021
Serena Chechile Nichols
Related topics:
Event-DrivenKubernetesQuarkusServerless
Related products:
Developer ToolsRed Hat OpenShift LocalRed Hat OpenShift

Share:

    Red Hat OpenShift 4.8 brings many exciting new capabilities for developers. This article focuses on what’s new in the OpenShift console, including devfiles and certified Helm charts in the developer catalog, the ability to drag and drop Spring or Quarkus JARs directly from your desktop, a streamlined developer experience for building, deploying, and scaling cloud-native applications in hybrid-cloud environments, and much more. Developers will also find enhanced features for Red Hat OpenShift Serverless, Red Hat OpenShift Pipelines, Red Hat OpenShift GitOps, and more.

    Dragging and dropping Spring and Quarkus apps

    Developers can drag and drop their fat JAR files for Spring and Quarkus apps directly from their desktop into the console topology view. The system does the rest of the work to deploy the applications on OpenShift for quick and easy testing. The Upload JAR feature lets you quickly and easily test applications before pushing them to Git, without having to build a container image. This new feature expands how you can code and test locally using a command-line interface (odo) and IDE extensions in VS Code and IntelliJ for OpenShift Connector, Java, and Quarkus.

    As a console user, you can still check your code into your Git repository and use the Import from git feature in the console. You can also build a container image, push it to a registry such as Quay, and use the Deploy image feature from the console.

    Getting started

    To improve developer onboarding, we have a new Getting started resources card on the Add page, as shown in Figure 1. This card provides resources to create applications using samples, build with guided documentation, and explore new developer features.

    There is a new "Getting started resources" card on the console's Add page.
    Figure 1: The "Getting started resources" card on the Add page.

    Developer catalog

    OpenShift 4.8 makes certified Helm charts available from the developer catalog. These charts are provided by our partners and ensure the best available integration and experience on OpenShift. A badge in the developer catalog makes it easy to identify certified Helm charts, as shown in Figure 2.

    Certified Helm charts from partners are now in the developer catalog.
    Figure 2: Certified Helm charts in the developer catalog.

    In many of the discussions we are having with developers, one of the biggest pain points is around configuration, settings, and managing developer environments. Developers want to advance quickly to building, running, and debugging projects. Devfiles offer exactly that capability.

    In the newest version of OpenShift, you can now find devfiles in the developer catalog, as shown in Figure 3. You can use these to bootstrap a new project for a particular language or framework. Each devfile provides sample projects for quick use.

    Devfiles, which enable fast application setup, are available in the developer catalog.
    Figure 3: Devfiles in the developer catalog.

    Devfiles are configuration files that set up a cloud-native project with the required information to build, run, debug, and more. Devfiles are already used in odo and CodeReady Workspaces. Check out the article Developing your own custom devfiles for odo 2.0 to learn more about creating custom devfiles.

    OpenShift Serverless

    The popular serverless method of running applications benefits from several enhancements in OpenShift 4.8.

    Make Serverless

    The Make Serverless action, which is in tech preview, creates a new serverless deployment next to your existing deployment. Other configurations, including the traffic pattern, can be modified in the form. Figure 4 shows the new Make Serverless action.

    This video shows how to use the Make Serverless action to create a serverless deployment.
    Figure 4: The Make Serverless procedure.

    Cloud functions

    The topology view in the developer console now lets you visualize cloud functions. Event sources can specify cloud functions as their sinks.

    Advanced scaling options for Knative services

    We now have enhanced scaling options for Knative services. The Concurrency utilization feature allows you to set the percentage of concurrent requests that have to be active before scaling up. Autoscale window allows you to set the amount of time to look back while making autoscaling decisions. The service is scaled down to zero if no requests are received in that time period.

    OpenShift Pipelines

    The OpenShift developer console now has feature parity with Tekton within the Pipeline Builder and other pipeline-related flows. The console supports WhenExpressions, finally tasks, and more. WhenExpressions are preceded by a diamond shape and finally tasks are enclosed in a grouping with a white background, as shown in Figure 5.

    WhenExpressions and finally tasks can form a pipeline.
    Figure 5: Pipeline with WhenExpressions and finally tasks.

    OpenShift GitOps

    With OpenShift GitOps 1.2 installed, you will see some updates to the Environments page. You are now able to see the status of the environments to which each application has been deployed, as shown in Figure 6.

    The Environments page shows information about each of an application's environments.
    Figure 6: Environments page.

    Managed Kafka

    We've provided an easy way for developers to create and scale event-driven applications with Apache Kafka. The Red Hat OpenShift Application Services Operator provides a streamlined developer experience for building, deploying, and scaling cloud-native applications in open, hybrid-cloud environments. This feature lets you connect with your application services directly in your own cluster by using the Red Hat OpenShift Application Services CLI and the OpenShift console UI.

    Customizing the developer perspective

    We are always looking for ways to provide a more streamlined user experience. In response to customer feedback, we now support two additional ways to customize the developer experience.

    Hiding features from the Add page

    Cluster admins can now hide features from the Add page. To achieve this, add the addPage customization in the Console spec. A code snippet is available in the YAML editor to perform this customization. That code snippet shows how to hide the Import from DevFile entry, but you can adapt the code to your needs.

    Customizing roles in Project Access

    Cluster administrators can now customize which roles are being shown in Project Access in the developer console. Default roles are Admin, Edit, and View. But the cluster administrator could configure a list of ClusterRoles to override the default roles. To do so, add a projectAccess customization in the console spec. A code snippet is available in the YAML editor to perform this customization.

    We want your feedback!

    Community feedback helps us continually improve the OpenShift developer experience, and we want to hear from you. You can attend our office hours on Red Hat OpenShift Streaming, join the OpenShift Developer Experience Google group, or tweet me your feedback 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: November 8, 2023

    Related Posts

    • Why should developers care about GitOps?

    • Create your first serverless function with Red Hat OpenShift Serverless Functions

    • Developing your own custom devfiles for odo 2.0

    Recent Posts

    • Build container images in CI/CD with Tekton and Buildpacks

    • How to deploy OpenShift AI & Service Mesh 3 on one cluster

    • JVM tuning for Red Hat Data Grid on Red Hat OpenShift 4

    • Exploring Llama Stack with Python: Tool calling and agents

    • Enhance data security in OpenShift Data Foundation

    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue