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

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

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    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
    © 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.