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.

    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

The new Multi-Cluster Alerting UI: A developer preview

March 27, 2025
Vanessa Martini Peter Yurkovich
Related topics:
ObservabilityOperatorsSecurity
Related products:
Red Hat Advanced Cluster Management for Kubernetes

    A Multi-cluster Alerting UI is now available as a developer preview on the Red Hat Advanced Cluster Management console. A unified UI is a game changing feature. It includes a centralized way to monitor and manage alerts across multiple clusters, enhancing the alert management and troubleshooting experience by providing:

    1. Better visibility: There is no need to switch between dashboards and CLI tools.
    2. Faster incident response: You can plan and take action more efficiently.
    3. Consistent alert management: Manage alerting rules and silences under one UI.

    Everything you need to know

    The developer preview of Multi-Cluster Alerting UI for Red Hat Advanced Cluster Management utilizes the ACM Observability components to view alerts from each managed cluster in a single location. ACM Observability alerts can come from one of two places: 

    1. Forwarded alerts from the managed clusters to the Hub Clusters Alertmanager.
    2. Evaluated alerts from the Hub Clusters Thanos, which are based on forwarded metrics from the managed clusters.

    Note that the current developer preview release focuses on displaying the second type of alerts. You can create custom rules in the ACM Observability configuration, as shown in Figure 1. 

    Red Hat Advanced Cluster Management for Kubernetes: Thanos and Alertmanager
    Figure 1: Create custom rules in the ACM Observability configuration.

    Installation

    To test the developer preview of the brand new Alerting UI in the Red Hat Advanced Cluster Management console, install the cluster observability operator version 1.0.0, now generally available.

    Once installed, create a UIPlugin custom resource which contains the URL of the Alertmanager and Thanos querier for your ACM Observability installation.

    apiVersion: observability.openshift.io/v1alpha1 
    kind: UIPlugin 
    metadata: 
      name: monitoring 
    spec: 
      type: Monitoring 
      monitoring: 
      acm: 
      enabled: true 
        alertmanager: 
          url: 'https://alertmanager.open-cluster-management-observability.svc:9095' 
        thanosQuerier: 
          url: 'https://rbac-query-proxy.open-cluster-management-observability.svc:8443'

    Create custom rules based on forwarded metrics from the managed cluster. The following rule shows a warning for any memory overestimation over 10%.

    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: thanos-ruler-custom-rules
      namespace: open-cluster-management-observability
    data:
      custom_rules.yaml: |
    	groups:
      	- name: cluster-health
        	rules:
        	- alert: ClusterMemoryOverestimation
          	annotations:
            	summary: Notify when Memory Overestimation is high
            	description: "The cluster has a a greater than 10% overestimation of memory usage: {{ $value }} overestimation for {{ $labels.cluster }} {{ $labels.clusterID }}."
          	expr: |
            	topk(50, cluster:memory_requested:ratio - ignoring(usage) cluster:memory_utilized:ratio) * on(clusterID, cluster) group_left(memory_requested) count_values without() ("memory_requested", cluster:memory_requested:ratio) * on(clusterID, cluster) group_left(memory_utilized) count_values without() ("memory_utilized", cluster:memory_utilized:ratio) > 0.1
          	for: 5s
          	labels:
            	cluster: "{{ $labels.cluster }}"
            	severity: warning

    UI features

    Once the installation steps are complete:

    1. View alerts across clusters from a single page with easy filtering and sorting.
    2. Create and manage silences acting on all alerts, including the creation of cross-cluster silences.
    3. Benefit from an additional cluster column, which is available on the Alerts List and Silences List pages for alerts and silences with a cluster label.

    Learn more from this interactive demo:

    What's next?

    We are currently working on a technology preview release of the Multi-Cluster Alerting UI that would allow users to view and interact with forwarded alerts. This feature will help bring a single pane of glass for all cluster alerts to an Red Hat OpenShift native UI.

    We continue to work on enhancements that provide greater flexibility and usability for OpenShift users. We are looking forward to receiving your feedback. You can share your questions and recommendations with us using the Red Hat OpenShift feedback form.

    Last updated: May 20, 2025

    Related Posts

    • Multi-primary multi-cluster setup in OpenShift Service Mesh

    • Installing Red Hat Advanced Cluster Management (ACM) for Kubernetes

    • Deploy an Operator via GitOps using Advanced Cluster Management

    • Monitor OpenShift Virtualization at scale with Red Hat Advanced Cluster Management for Kubernetes: Part 1

    Recent Posts

    • Red Hat UBI 8 builders have been promoted to the Paketo Buildpacks organization

    • Using eBPF in Red Hat products

    • How we made one data layer serve the UI, the mocks, and the E2E tests

    • Build trusted Python containers with Project Hummingbird and Calunga

    • Simplify distributed tracing: ObservabilityInstaller installation

    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