mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="network-bonding-considerations"]
|
|
= Network bonding considerations
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: network-bonding-considerations
|
|
|
|
toc::[]
|
|
|
|
[role="_abstract"]
|
|
You can use network bonding, also known as _link aggregration_, to combine many network interfaces into a single, logical interface. This means that you can use different modes for handling how network traffic distributes across bonded interfaces. Each mode provides fault tolerance and some modes provide load balancing capabilities to your network. Red Hat supports Open vSwitch (OVS) bonding and kernel bonding.
|
|
|
|
// Open vSwitch (OVS) bonding
|
|
include::modules/nw-ovs-bonding.adoc[leveloffset=+1]
|
|
|
|
// Enabling active-backup mode for your cluster
|
|
include::modules/enable-active-backup-mode.adoc[leveloffset=+2]
|
|
|
|
// Enabling OVS balance-slb mode for your cluster
|
|
include::modules/enabling-OVS-balance-slb-mode.adoc[leveloffset=+2]
|
|
|
|
// Kernel bonding
|
|
include::modules/nw-kernel-bonding.adoc[leveloffset=+1]
|
|
|
|
|
|
|