Featured image for Red Hat OpenShift topics.

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