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

Getting started with managed clusters migration

August 5, 2025
Yaheng Liu ChunLin Yang Jacob Berger
Related topics:
Application modernizationHybrid cloudKubernetes
Related products:
Red Hat Advanced Cluster Management for Kubernetes

    As of Red Hat Advanced Cluster Management 2.13, the multicluster global hub operator has a new developer preview feature: Managed cluster migration. This is especially useful when you're migrating managed clusters, which you might consider doing in any of these scenarios:  

    • Your Advanced Cluster Management hub cluster or hub hardware is unstable.
    • Your Advanced Cluster Management hub cluster has more managed clusters than you need, but you do not want to delete these managed clusters.
    • You want to migrate only selected clusters to another Advanced Cluster Management hub cluster.

    This article teaches you the basics of managed clusters migration, and provides a demo so you can understand how to use it.

    Making it easier for you

    To migrate your managed clusters, you need a multicluster global hub environment. If you need to install one, see multicluster global hub installation. 

    Before you can begin migrating the managed clusters from one Red Hat Advanced Cluster Management hub cluster to another, ensure that you have completed the following actions:

    • Import both Advanced Cluster Management hub clusters from the multicluster global hub control plane
    • Install the same Advanced Cluster Management version for both Advanced Cluster Management hub clusters
    • Enable the managed-service account add-on in both Advanced Cluster Management hub clusters

    Now you're ready to create a managedclustermigration custom resource (CR) in the default global hub namespace, multicluster-global-hub. Here's an example:  

    apiVersion: global-hub.open-cluster-management.io/v1alpha1
    kind: ManagedClusterMigration
    metadata:
      name: migration-sample
      namespace: multicluster-global-hub 
    spec:
      from: demo-hub-a
      to: demo-hub-b
      includedManagedClusters:
      - demo-managed-a1
      - demo-managed-a2
      - demo-managed-a3
      ...
      - demo-managed-aN

    To complete the spec fields, use the following information:  

    • Optional: The from field is your old ACM hub cluster name.
    • Required: The to field is your new ACM hub clutter name.
    • Required: The includeManagedClusters is the managed clusters in your old RHACM hub cluster. You can have multiple entries for this field. 

    Viewing the status during migration

    After you create this file, use the Red Hat Advanced Cluster Management console to view the details of the managed clusters, as shown in Figure 1.

    The managed clusters detached from your old Advanced Cluster Management hub cluster.
    Figure 1: Viewing managed cluster details in the old Advanced Cluster Management hub cluster after creating the ManagedClusterMigration CR.

    You can also use the Red Hat Advanced Cluster Management console to view the details of your managed clusters in your new Advanced Cluster Management hub cluster. See Figure 2.

    The managed clusters imported and ready in your new Advanced Cluster Management hub cluster.
    Figure 2: Viewing managed cluster details in the new Advanced Cluster Management hub cluster during migration.

    Verify that all add-ons are running by checking the detailed status for the managed clusters in your new Advanced Cluster Management hub cluster (Figure 3).

    All add-ons are running in the migrated managed clusters.
    Figure 3: Verifying add-on status for managed clusters in the new Advanced Cluster Management hub cluster.

    Conclusion

    The managed clusters migration feature is available in Red Hat Advanced Cluster Management 2.13. Explore new features in Red Hat Advanced Cluster Management 2.14 that further enhance your experience. 

    We're excited for you to use the multicluster global hub operator to manage your Advanced Cluster Management managed clusters, and we're looking forward to your feedback.

    Related Posts

    • Introducing incident detection in Red Hat Advanced Cluster Management for Kubernetes 2.14

    • Optimize workloads with right-sizing recommendations

    • Announcing right-sizing for OpenShift Virtualization

    • Manage MicroShift with Red Hat Advanced Cluster Management and OpenShift GitOps

    • Getting started with OperatorPolicy

    • Git best practices: Workflows for GitOps deployments

    Recent Posts

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    What’s up next?

    Learn how to use the hub cluster backup and restore operator to move managed clusters from one hub to another using Red Hat Advanced Cluster Management for Kubernetes 2.12. 

    Start the activity
    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.