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

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

November 24, 2020
Serena Chechile Nichols
Related topics:
Service meshServerlessKubernetesEvent-driven

    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

    • Protect data offloaded to GPU-accelerated environments with OpenShift sandboxed containers

    • Case study: Measuring energy efficiency on the x64 platform

    • How to prevent AI inference stack silent failures

    • Preventing GPU waste: A guide to JIT checkpointing with Kubeflow Trainer on OpenShift AI

    • How to manage TLS certificates used by OpenShift GitOps operator

    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.