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.8 console

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

    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

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    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.