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
    • See 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 Red Hat 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
    • See all technologies
    • Programming languages & frameworks

      • Java
      • Python
      • JavaScript
    • System design & architecture

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

      • Productivity
      • Tools
      • GitOps
    • Automated data processing

      • AI/ML
      • Data science
      • Apache Kafka on Kubernetes
    • Platform engineering

      • DevOps
      • DevSecOps
      • Red Hat Ansible Automation Platform 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
    • See all learning resources

    E-books

    • GitOps cookbook
    • Podman in action
    • Kubernetes operators
    • The path to GitOps
    • See all e-books

    Cheat sheets

    • Linux commands
    • Bash commands
    • Git
    • systemd commands
    • See 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 the 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

Antrea-by-Broadcom Operator is now certified for OpenShift 4.19

Simplified Kubernetes networking

August 15, 2025
Vivien Wang
Related topics:
ContainersHelmKubernetesOperators
Related products:
Red Hat OpenShift Container Platform

    The Antrea-by-Broadcom Operator is now Red Hat certified for OpenShift 4.19. This Operator simplifies and accelerates Kubernetes networking, providing a powerful and flexible Container Network Interface (CNI) built for scale and multiplatform interoperability. This certification is a significant milestone for developers and administrators looking to streamline their networking stack on Red Hat OpenShift.

    In this post, you'll learn how the Antrea-by-Broadcom Operator simplifies Kubernetes networking across diverse environments and how to deploy it.

    OpenShift 4.19 enhancements for network operators

    OpenShift 4.19 brings a number of enhancements, including:

    • Improved platform stability across edge and multi-architecture environments
    • Granular control over network plug-ins with enhanced support for non-default CNIs like Antrea
    • Enhanced network observability and CRD-driven control of the network.config.openshift.io API
    • Stronger security posture through stricter admission policies and runtime security updates

    With these enhancements, OpenShift 4.19 provides the perfect foundation for Operators like Antrea to fully leverage dynamic CR-based configuration and observability.

    How the Antrea-by-Broadcom Operator simplifies networking

    The Antrea-by-Broadcom Operator is a high-performance, Kubernetes-native networking solution that works across a variety of environments:

    • VMware vSphere-based private cloud environments
    • Bare metal clusters
    • Public clouds (Amazon Web Services, Microsoft Azure, Google Cloud Platform) 

    It supports flexible encapsulation, high throughput, advanced policies, and seamless integration with the VMware NSX-T Data Center (NSX-T), which provides advanced software-defined networking (SDN), security, and visibility to container environments.

    The certified Antrea-by-Broadcom Operator now makes deploying and managing this CNI even easier on OpenShift, as we'll describe in the following sections.

    Operator-based deployment

    The Antrea-by-Broadcom Operator simplifies installation and lifecycle management:

    • A single CustomResourceDefinition (CRD) (AntreaInstall) controls both antrea-controller and antrea-agent.
    • Dynamic config propagation to all components.
    • Continuous monitoring of component health.
    • Automatic reconciliation of cluster-wide network configuration (network.config.openshift.io/v1).

    This means you can declaratively define your network configuration once, and let the Operator do the heavy lifting—including detecting changes in a CIDR (Classless Inter-Domain Routing) and restarting affected pods as needed.

    How to deploy the Antrea-by-Broadcom Operator on OpenShift 4.19

    You can either install the Operator from OperatorHub using the web console or using the command line. The Antrea-by-Broadcom Operator monitors cluster network configuration CRD (Network.config.openshift.io/v1) to update the container network CIDRs and service network CIDRs used by Antrea.

    First, you will need to generate install-config.yaml by using the openshift-install command.

    $ openshift-install --dir=MY_CLUSTER create install-config

    Edit MY_CLUSTER/install-config.yaml to update the networking section.  Change networkType to antrea (case insensitive). Set container network CIDR's clusterNetwork and serviceNetwork in MY_CLUSTER/install-config.yaml.

    Create the manifest files:

    $ openshift-install --dir=MY_CLUSTER create manifests

    Put the operator YAML files from deploy/ to MY_CLUSTER/manifests. Edit operator.antrea.vmware.com_v1_antreainstall_cr.yaml to set Antrea configurations and image version.

    Generate the ignition configuration files:

    $ openshift-install --dir=MY_CLUSTER create ignition-configs

    This bootstrap ignition file will be added to the Terraform .tfvars file. 

    The next step is to use Terraform to install the OpenShift 4 cluster on vSphere.

    NSX-T integration

    Running in a mixed environment? The Antrea-by-Broadcom CNI co-exists and interops with the VMware NSX-T. This makes it a strong choice for organizations migrating workloads or integrating on-premises SDN solutions with Kubernetes networking.

    Learn more

    • Antrea Operator for Kubernetes - GitHub
    • Broadcom Antrea TechDocs
    • Getting started with OpenShift
    • OpenShift and Kubernetes interactive learning
    Last updated: August 19, 2025

    Related Posts

    • OpenShift Virtualization for vSphere admins: A change in the traditional storage paradigm

    • Validate your guest operating system on vSphere with Ansible

    • Integrating a VMDK produced with image mode for RHEL into vSphere

    • OpenShift Virtualization for VMware vSphere admins: Disaster and site recovery

    • OpenShift Virtualization for vSphere admins: Introduction to network configurations

    • OpenShift 4.19 brings a unified console for developers and admins

    Recent Posts

    • What’s new for developers in Red Hat OpenShift 4.20

    • Introducing the external secrets operator for OpenShift

    • OpenShift AI connector for Red Hat Developer Hub (Developer Preview)

    • MCP in Red Hat Developer Hub: Chat with your catalog

    • How to develop Red Hat Enterprise Linux applications on other Linux distributions or Microsoft Windows

    What’s up next?

    Read Operating OpenShift, a practical guide to running and operating OpenShift clusters more efficiently using a site reliability engineering (SRE) approach. Learn best practices and tools that can help reduce the effort of deploying a Kubernetes platform.

    Get the e-book
    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue