BIG-IP VE in Red Hat OpenShift Virtualization
[ Update: please check the article VMware vSphere to OpenShift Virtualization Migration with F5 BIG-IP and the companion github repository https://github.com/f5devcentral/f5-bd-openshift-virt-migrati...
Updated Aug 28, 2025
Version 6.0Ulises_Alonso
Employee
Solutions architect in Business Development with focus in automation and integration with partner's technologies. Prior to this role I was consultant in Professional Services and escalations engineer in Technical Support. Outside F5, I worked in mobile and wired network operators as network engineer. I started my career in academic research. In all these years, no matter what I've been doing Linux has been always the best tool.
Not the one in the picture :-)Kay_
Altostratus
Aug 20, 2025We found a working NetworkAttachmentDefinition configuration for OpenShift without the need of additional linux-bridge(s). Here an example:
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
annotations:
description: example
k8s.v1.cni.cncf.io/resourceName: bridge.network.kubevirt.io/os-core
name: example
namespace: example
spec:
config: '{
"name":"example",
"type":"cnv-bridge",
"cniVersion":"0.3.1",
"bridge":"os-core",
"macspoofchk":false,
"ipam":{},
"preserveDefaultVlan":false,
"vlanTrunk": [ {"id": 120}, {"id": 130}, {"id": 140} ]
}'