Hi all,
I’m looking for best practices / guidelines for integrating Kasten K10 with an existing Veeam Backup & Replication (VBR) environment, specifically around network design and traffic flow.
Current Veeam B&R setup (simplified)
VLANs / networks in use
-
MGMT VLAN – control/management traffic
-
iSCSI VLAN
-
Backup Traffic VLAN – L2 only, dedicated NICs
All control-plane communication happens over the MGMT VLAN, while all heavy data movement is isolated to the Backup Traffic VLAN.
Veeam components
-
VBR Server
-
Connected only to MGMT VLAN
-
-
Proxy Servers
-
Connected to MGMT, iSCSI, and Backup VLANs
-
Integrated with Dell PowerStore via the Veeam plugin
-
Data path: SAN → Proxy → Repository over Backup VLAN
-
-
Repository Servers
-
Connected to MGMT VLAN and Backup VLAN
-
Kasten K10 on OpenShift
-
Deployed via the Operator on worker nodes
-
Integrated with multiple storage systems via CSI
-
Configured locations:
-
S3 object storage
-
Existing Veeam B&R repositories
-
Policy workflow
-
Snapshot at storage level
-
Export to S3 profile
-
Export volume snapshot data to VBR via block mode export
(This works intermittently, but I’ll address that separately.)
The actual problem: traffic flow
When a block export starts:
-
Kasten spins up block export mover pods
-
These pods egress using the worker node egress IP
-
On the firewall, I see traffic attempts to:
-
The repository’s Backup VLAN IP (not routed → fails)
-
The repository’s MGMT VLAN IP (works if allowed)
-
If I allow this traffic over the MGMT VLAN, the export succeeds — but this defeats our network design and is not something we want long-term.
Questions / best-practice guidance
What is the recommended approach here?
-
Should Kasten traffic use:
-
A dedicated egress IP for the Kasten namespace?
-
-
Is it best practice to:
-
Attach a secondary network interface to the block export mover pods (e.g. via Multus) connected to the Backup VLAN?
-
-
Or is there another supported / recommended Kasten networking model to ensure block export traffic uses a dedicated backup network instead of MGMT?
Any real-world designs or guidance would be greatly appreciated.
Thanks!
