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

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

Share:

    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 in OpenShift GitOps 1.18

    • Beyond a single cluster with OpenShift Service Mesh 3

    • Kubernetes MCP server: AI-powered cluster management

    • Unlocking the power of OpenShift Service Mesh 3

    • Run DialoGPT-small on OpenShift AI for internal model testing

    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