Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat 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
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud 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

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • 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

More for developers in the new Red Hat OpenShift 4.6 web console

November 24, 2020
Serena Chechile Nichols
Related topics:
Service MeshServerlessKubernetesEvent-Driven

Share:

    Red Hat OpenShift 4.6 streamlines developer onboarding in the OpenShift web console, but that's not all. This article details improvements and new features in the topology view and introduces OpenShift's new, form-based approach to creating horizontal pod autoscalers and Helm charts. I also touch on application monitoring improvements and the latest updates for Red Hat OpenShift Pipelines, Red Hat OpenShift Serverless, and the Kiali Operator in OpenShift 4.6.

    Note: This article presents an overview of what's new in OpenShift 4.6. See the video at the end of the article for a guide to accessing and using the new features in the OpenShift web console.

    Getting started with OpenShift 4.6

    In OpenShift 4.6, we've made a few additions to improve the developer onboarding experience:

    • The developer perspective is now the default landing page for non-privileged users. The first time you log into the OpenShift web console, you go directly to this page.
    • First-time users entering the developer perspective are invited to opt-in for a guided tour. The tour introduces the developer perspective's user interface (UI) and what you can do in each UI area.
    • You can use various sample applications to easily and efficiently create new applications and run them on OpenShift.
    • Developer quick starts guide you through creating a new serverless or pipeline project, configuring health checks, and more.

    Learn more:  See New developer onboarding features in Red Hat OpenShift 4.6 for more about these updates to the OpenShift 4.6 web console.

    The developer perspective topology view

    We’ve made big updates to the developer perspective's topology view:

    • There are now two modes in the application topology graph: Connectivity and Consumption.
    • We've improved the Filter and Find features to better support large projects that need to scale.
    • On the admin side, you will find more features under the Workload tab on the project details page.

    The demonstration in Figure 1 introduces these updates and new features in the topology view.

    An animated demonstration of the new topology features in the console.
    Figure 1: A guide to the new topology features in the OpenShift developer perspective.
    Figure 1: A guide to the new topology features in the OpenShift developer perspective (click to enlarge).

    Horizontal pod autoscaling

    You can use horizontal pod autoscalers (HPAs) to autoscale your pods during periods of increased usage. In OpenShift 4.6, we've added a form in the web console to make it easier to create HPAs. As shown in Figure 2, you can use the form to quickly add one or more autoscalers to your Deployments and DeploymentConfigs.

    The console dialog to add a horizontal pod autoscaler.
    Figure 2: HPA Form
    Figure 2: Adding a horizontal pod autoscaler in the OpenShift console.

    When you create a new autoscaler, you need to ensure that you've set the CPU or memory limits. Once autoscaling is defined, you will longer be able to modify the pod count. You can also use the topology view to edit or remove HPAs that are associated with a Deployment or DeploymentConfig.

    Improvements for Helm chart users

    OpenShift 4.5 introduced new features for accessing and managing Helm charts. Now, we've added even more new features for Helm charts users. The OpenShift 4.6 console features a form-driven experience for working with Helm charts. We've also streamlined the UI so that charts with multiple versions added will only show up once in the catalog. Additionally, charts that aren’t compatible with the current Kubernetes version will not be shown in the OpenShift catalog.

    Application monitoring

    From the OpenShift console, you can now use the application monitoring dashboard to filter resource-specific metrics. By opening the Alerts tab, you can view alerts that are firing, silence them, and see at a glance what alert rules are configured for your project. Figure 3 shows the new Alerts tab.

    The new Alerts tab is selected in the monitoring view.
    Figure 3: Alerts tab in the Monitoring page
    Figure 3: The Alerts tab in the monitoring view.

    OpenShift Serverless Eventing

    The OpenShift Serverless Eventing component is now generally available with OpenShift Serverless 1.11. Eventing supports powerful application constructs such as event sources, brokers, and channels. Additionally, Camel K now extends event sources for Amazon Simple Queue Service (SQS), Amazon Kinesis, Salesforce, and other services.

    Troubleshooting OpenShift Pipelines

    We've improved the efficiency of troubleshooting build and pipeline failures so that you can fix problems quickly and get back to coding. You will now find failure details for pipeline runs and task runs on the details pages for each of these workflows. You can also locate this information from the side panel in the topology view, as shown in Figure 4.

    The Details tab shows that the pipeline run failed.
    Figure 4: Pipeline Run failure details
    Figure 4: Pipeline failure details in the topology view.

    Easier access to the Kiali UI

    We've made it easier to access the Kiali user interface when Red Hat OpenShift Service Mesh is enabled on your OpenShift cluster. As shown in Figure 5, you can navigate to the Kiali dashboard from the topology view, and from the project overview and project pages.

    The link is in the upper right corner of the topology view.
    Figure 5: Kiali link in Topology
    Figure 5: A link lets you navigate to Kiali from the topology view.

    As shown in Figure 6, we've also made it easy to know whether Service Mesh is active for the project in context.

    The project details view shows that Service Mesh is enabled.
    Figure 6: Indicator if Project is Service Mesh Enabled
    Figure 6: A new indicator tells you whether Service Mesh is active in your project.

    Take a video tour of OpenShift 4.6

    Do you want to know more about using the new features in OpenShift 4.6? Check out this video tour by Red Hat Developer Advocate Brian Tannous.

    What's next for OpenShift?

    Keep a lookout for new features coming in OpenShift 4.7. We are working on improvements, and we're excited about sharing them with our OpenShift developer community.

    In the meantime, please let us know what you think of the new web console features in OpenShift 4.6! Hearing directly from developers helps us continually improve your experience on OpenShift. You can share your feedback by attending office hours on the OpenShift Twitch channel. Or, if you prefer, you can use this form to let us know your thoughts. We also invite you to join the OpenShift Developer Experience Google Group, where you can share your web console tips, get support from other developers, and provide feedback that will help us shape the future of OpenShift. Are you ready to get started? Try OpenShift today.

    Last updated: November 20, 2020

    Recent Posts

    • Skopeo: The unsung hero of Linux container-tools

    • Automate certificate management in OpenShift

    • Customize RHEL CoreOS at scale: On-cluster image mode in OpenShift

    • How to set up KServe autoscaling for vLLM with KEDA

    • How I used Cursor AI to migrate a Bash test suite to Python

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

    Red Hat legal and privacy links

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

    Report a website issue