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

Red Hat OpenShift Service on AWS with hosted control planes enables configuration of cluster monitoring operator for additional observability

February 27, 2026
Claudio Busse Bala Chandrasekaran
Related topics:
Automation and management
Related products:
Red Hat OpenShift Service on AWS

    Red Hat OpenShift Service on AWS with hosted control planes is a fully managed application platform for building, deploying, and scaling applications. OpenShift Service on AWS now enables administrators of clusters with hosted control planes to configure the platform monitoring stack with the cluster monitoring operator so you can take full advantage of the monitoring and alerting capabilities provided by Red Hat OpenShift.

    OpenShift includes a platform monitoring stack to monitor cluster components such as nodes, control plane, and operators, and an optional user workload monitoring stack to monitor user-defined projects. While OpenShift Service on AWS with hosted control planes notifies customers about cluster health issues, previous limitations on configuring the platform monitoring stack created several challenges for administrators. Starting today, OpenShift Service on AWS with hosted control planes introduces the following:

    • On new clusters: New clusters are created with monitoring defaults according to the OpenShift version.
    • On existing clusters: Existing clusters retain the existing configuration of the cluster monitoring stack.
    • On both new and existing clusters: You can use OpenShift monitoring APIs to configure the cluster monitoring stack.

    This unlocks a host of improvements and capabilities, including:

    • Alert routing: You can now configure receivers and get alerts based on platform metrics directly on their desired destinations.
    • Operator observability: You can now monitor optional OpenShift Lifecycle Manager operators installed from the Operator Hub into openshift-* namespaces.
    • Metrics retention: You can retain platform metrics either in-cluster, or write metrics to a remote location.
    • Ease of compute configuration: You can now explicitly place the monitoring stack components on worker nodes of your choice to either optimize performance or isolate monitoring components from the rest of the workloads.
    • Cost savings: You can entirely remove persistence for platform metrics to save costs on dev and test clusters.

    Changes to configuration

    New clusters use OpenShift's default monitoring settings, which significantly changes the cluster's monitoring stack configuration.

    Cluster monitoring in the openshift-monitoring namespace

    Previously, the cluster monitoring configuration in the openshift-monitoring namespace used a configmap named cluster-monitoring-config, which was created and configured by default. Now, on a new cluster, the configmap is not created by default, and instead falls back to the presets of the cluster monitoring operator.

    User workload monitoring

    Previously, user workload monitoring was enabled by default, and you could disable it during or after cluster installation. Now, on a new cluster, user workload monitoring is disabled by default and cannot be enabled during cluster installation. Instead, enable or disable it after cluster installation using the cluster-monitoring-config configmap in the openshift-monitoring namespace.

    Persistence of metrics

    For clusters created previous to this change, platform monitoring metrics persist by default using AWS EBS volumes of 100 Gi. Now, on a new cluster, platform monitoring metrics aren't persisted by default. You can configure persistence after cluster installation.

    Retention of metrics

    For clusters created previous to this change, platform monitoring metrics are retained for 11 days by default. The default retention storage limit is 90 GiB. Now, on a new cluster, platform monitoring metrics are retained for 15 days with no retention limit by default.

    Topology spread

    Clusters created previous to this change were configured to spread platform monitoring pods across availability zones. Now, on a new cluster, this is not configured by default.

    Tolerations

    Clusters created previous to this change were configured by default to tolerate the taint node-role.kuberenetes.io/infra. Now, on a new cluster, this is not configured by default.

    Seven best practices

    Here are some best practices to configure cluster monitoring stack:

    1. If you are deleting and recreating your existing cluster, then your new cluster will have different defaults. If you need to configure your new cluster with monitoring that matches your existing cluster, visit the hypershift-dataplane-metrics-forwarder Git repository to find the configuration.
    2. Ensure that your worker nodes are configured such that the cluster monitoring stack deployed on worker nodes can be available and healthy. If the monitoring stack is either unavailable or degraded, you're notified by OpenShift Service on AWS with hosted control planes.
    3. Configure external watchdog-based alerting for the monitoring stack. OpenShift monitoring already includes a watchdog alert for heartbeat monitoring. Alertmanager sends notifications to configured providers, enabling administrators to be alerted when the watchdog falls silent.
    4. Ensure that the cluster monitoring stack is available and not degraded before you upgrade your cluster. Your cluster upgrades may be cancelled if the monitoring stack is unhealthy.
    5. If you configure the cluster worker nodes on multiple availability zones, use topology spread to distribute the cluster monitoring stack components across zones to be able to tolerate failure of single availability zone.
    6. If you need to isolate the monitoring stack components from the rest of the application workloads on the cluster, use pod placement techniques as required.
    7. Adjust metric retention and persistence volume sizes according to your needs for retaining the metrics.

    To learn more about monitoring in OpenShift, visit OpenShift documentation. To get started, visit OpenShift Service on AWS with hosted control planes product page.

    Related Posts

    • Ensure a scalable and performant environment for ROSA with hosted control planes

    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.