<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu" -->

---
title: Deploy hosted control planes with OpenShift Virtualization
description: A step-by-step guide to deploying hosted control planes (HCP) with OpenShift Virtualization using an all-in-one cluster topology. Part 1 of a three-part...
canonical: https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Deploy hosted control planes with OpenShift Virtualization | daily.dev
og:description: A step-by-step guide to deploying hosted control planes (HCP) with OpenShift Virtualization using an all-in-one cluster topology. Part 1 of a three-part...
og:url: https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu
og:image: https://api.daily.dev/og/posts/7pjlO3Shu.png
og:image:alt: Deploy hosted control planes with OpenShift Virtualization
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy hosted control planes with OpenShift Virtualization

**[Red Hat Developer](https://daily.dev/sources/rhdev)** · 7 min read · 0 upvotes · 0 comments

## Summary

A step-by-step guide to deploying hosted control planes (HCP) with OpenShift Virtualization using an all-in-one cluster topology. Part 1 of a three-part series, it covers setting up a single OpenShift cluster that acts simultaneously as hub cluster (Red Hat ACM), hosting cluster (multicluster engine for Kubernetes), and virtualization provider (KubeVirt). The guide walks through installing LVM storage, MetalLB, OpenShift Virtualization, and finally provisioning a hosted cluster with worker nodes running as VMs. Pros and cons of the all-in-one topology are discussed, noting it is best suited for labs and POCs rather than production environments.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developers.redhat.com/articles/2026/04/20/deploy-hosted-control-planes-openshift-virtualization>

## Similar posts on daily.dev

- [Deploy hosted control planes with OpenShift Virtualization: Split hub](https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-split-hub-g5iq9inwe) · Red Hat Developer · 0 upvotes · 0 comments
- [Deploy hosted control planes with OpenShift Virtualization: Distributed hosting](https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-distributed-hosting-hbuuwpelg) · Red Hat Developer · 0 upvotes · 0 comments
- [Run multiple OpenStack Services on OpenShift with HCPs](https://daily.dev/posts/run-multiple-openstack-services-on-openshift-with-hcps-jbkw9awea) · Red Hat Developer · 1 upvotes · 0 comments
- [Demystify the architecture of OpenShift hosted control planes](https://daily.dev/posts/demystify-the-architecture-of-openshift-hosted-control-planes-uqf6pa4wl) · Red Hat Developer · 1 upvotes · 0 comments
- [Deploying OpenShift hosted clusters with Hypershift](https://daily.dev/posts/deploying-openshift-hosted-clusters-with-hypershift-my9d2plab) · Red Hat Developer · 0 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#infrastructure](https://daily.dev/tags/infrastructure), [#openshift](https://daily.dev/tags/openshift)

[View this post on daily.dev](https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Deploy hosted control planes with OpenShift Virtualization","url":"https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu"},"datePublished":"2026-04-20T07:42:43.195Z","dateModified":"2026-04-20T07:43:34.661Z","description":"A step-by-step guide to deploying hosted control planes (HCP) with OpenShift Virtualization using an all-in-one cluster topology. Part 1 of a three-part...","image":"https://developers.redhat.com/sites/default/files/styles/share/public/OSVirt_Sandbox_featured_image_A.png?itok=NDrE-vBE","thumbnailUrl":"https://developers.redhat.com/sites/default/files/styles/share/public/OSVirt_Sandbox_featured_image_A.png?itok=NDrE-vBE","isAccessibleForFree":true,"articleSection":"Red Hat Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Red Hat Developer","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/2a8895f3216c4900bdc455585a4ad3e4","url":"https://daily.dev/sources/rhdev"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/deploy-hosted-control-planes-with-openshift-virtualization-7pjlo3shu","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,infrastructure,openshift","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Red Hat Developer","item":"https://daily.dev/sources/rhdev"},{"@type":"ListItem","position":3,"name":"Deploy hosted control planes with OpenShift Virtualization"}]}
```

