Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Building virtual machines with Red Hat Developer Hub: The what, why, and how

August 9, 2024
Valentina Rodriguez Sosa
Related topics:
Developer ProductivityDeveloper ToolsDevOpsGitOpsHelmVirtualization
Related products:
Red Hat Developer HubRed Hat OpenShiftRed Hat OpenShift Container PlatformRed Hat OpenShift Virtualization

Share:

    Red Hat OpenShift Virtualization enables teams to run and deploy their new and existing virtual machine (VM) workloads into Red Hat OpenShift. OpenShift Virtualization offers a path for infrastructure and application modernization, taking advantage of the simplicity and speed of a cloud-native application platform and aims to preserve existing virtualization investments while embracing modern management principles.

    What are the main benefits of Red Hat OpenShift Virtualization?

    Red Hat OpenShift Virtualization offers developers, IT operations, and platform engineers a comprehensive solution that simplifies VM migration and deployment, speeds up time to production, and unifies management across VMs, containers, and serverless workloads (Figure 1). Integrating existing virtual machines with cloud-native architectures paves the way for application modernization and maximizes your virtualization investments. Read more on the benefits of Red Hat OpenShift Virtualization.

    Four boxes, each labeled with one of the benefits provided by OpenShift Virtualization. They read Easy migration, Speed up time to production, Manage everything from one platform, and A path to infrastructure modernization, respectively.
    Figure 1: Benefits of Red Hat OpenShift Virtualization.

    Introduction to Red Hat Developer Hub

    Red Hat Developer Hub  is a developer portal that enables teams to work efficiently and seamlessly with containers and cloud technologies while integrating best practices and scaling them across any organization. Developers and platform engineering teams are part of many successful stories to bring modernization and new application capabilities.  

    Red Hat Developer Hub and OpenShift Virtualization

    Red Hat Developer Hub provides a single pane of glass that also allows legacy applications and third-party systems to be migrated by leveraging Red Hat OpenShift Virtualization. Teams can build virtual machines through the Red Hat Developer Hub, streamlining the development process and reducing complexity. This comprehensive approach not only enhances productivity but also supports the seamless integration of diverse application delivery technologies.

    Using OpenShift Virtualization to build virtual machines with Red Hat Developer Hub:

    • Removes complexity for DevOps and developers.
    • Reduces the time to access a VM.
    • Standardizes VMs creation with best practices.

    Benefits of building virtual machines with Red Hat Developer Hub include:

    • The ability to scale operations by providing self-service provisioning.
    • Consistency across organizations based on best practices when building in VMs.
    • The capability to ensure that the VMs created are the only ones available for provisioning.
    • The capacity to automate VM creation using software templates for consistency and scale across different teams.
    • The use of Developer Hub's single pane of glass for legacy systems to cloud-native architectures.
    • The ability to maintain user access using the Red Hat Developer Hub.
    • The use of GitOps to manage everything as code for scalability and resiliency.
    • Easy access and leverage cloud-native technologies such as OpenShift Pipelines and Red Hat OpenShift Service Mesh for your virtual machines.

    Red Hat Developer Hub uses the power of GitOps to create and maintain the VMs definition in the Kubernetes cluster. 

    OpenShift GitOps enables customers to build and integrate declarative git driven CD workflows directly into their application development platform.

    Key features from Red Hat OpenShift GitOps

    Red Hat OpenShift GitOps helps you automate the following tasks:

    • Ensuring that clusters have similar states for configuration, monitoring, and storage.
    • Applying or reverting configuration changes to multiple Red Hat OpenShift Container Platform clusters.
    • Associating templated configuration with different environments.
    • Promoting applications across clusters, from staging to production.

    Figure 2 depicts the GitOps workflow.

    A depiction of the GitOps workflow, moving from What you want (desired state) on the left, then CD in the middle, then What you have (current state) on the right.
    Figure 2: GitOps Workflow showing desired state vs current state in the cluster.

    OpenShift GitOps will ensure your desired state is the current state in the cluster making it easier to manage and scale your VMs configurations.

    Provisioning a VM with Red Hat Developer Hub

    The user could be anyone with the rights to create a new virtual machine, from operations to platform engineers or developers. The user will interact with Developer Hub to select the desired VM instance type and add the specific configurations. After this, Developer Hub will use the power of GitOps to build the new virtual machines in OpenShift with OpenShift Virtualization. Figure 3 illustrates Developer Hub's role in the VM creation process.

    An illustration of Developer Hub's role in the VM creation process, showing that Developer Hub automates VM image builds and updates.
    Figure 3: Red Hat Developer Hub as part of the VM creation process.

    Red Hat Developer Hub’s two main components to build virtual machines

    Developer Hub enhances its functionality through dynamic plug-in integrations, enabling seamless development experience:

    • GitLab plug-in: Developer Hub is integrated with GitLab to read the software templates and create new repositories; this happens as part of the component creation defined in the software templates. Other SCM plug-ins are available for integration such as GitHub and Gitea.
    • OpenShift GitOps plug-in: Developer Hub is integrated with OpenShift GitOps to manage the application state in the OpenShift cluster as defined in the source code repository. 

    Developer Hub also enables software templates:

    • Software templates define the application build and deployment containing Kubernetes artifacts from pipelines, deployments, or any Kubernetes manifests.
    • VMs manifest definitions are required to build the Virtual Machine using OpenShift Virtualization.

    Conclusion

    We can continue pursuing developer productivity by giving the tools necessary for them to succeed in building applications no matter the application’s architecture, from legacy systems to cloud-native technologies. Red Hat Developer Hub and OpenShift Virtualization can bring both solutions to developers to empower them with self-service on their software development lifecycle.

    Next

    Continue reading Part 2 of this series: A self-service approach to building virtual machines at scale.

    Explore more topics:

    • More about Red Hat Developer Hub and Software Templates

    • Red Hat Developer Hub Supported Plug-ins

    • 15 Reasons to Adopt OpenShift Virtualization

    Last updated: September 13, 2024

    Related Posts

    • Red Hat Developer Hub: Your gateway to seamless development

    • Achieve more with less using Red Hat Developer Hub's self-service features

    • First steps with the data virtualization Operator for Red Hat OpenShift

    • A developer’s guide to Red Hat Developer Hub and Janus

    Recent Posts

    • Cloud bursting with confidential containers on OpenShift

    • Reach native speed with MacOS llama.cpp container inference

    • A deep dive into Apache Kafka's KRaft protocol

    • Staying ahead of artificial intelligence threats

    • Strengthen privacy and security with encrypted DNS in RHEL

    What’s up next?

    In this learning path, learn how to install the Red Hat Developer Hub internal developer platform and learn the concepts and skills you need to install your IDP, configure simple GitHub authorization, and explore templating basics.
    Start the activity
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue