Skip to content

Commit

Permalink
Merge pull request rook#10044 from subhamkrai/update-doc
Browse files Browse the repository at this point in the history
docs: update design doc path in multus design
  • Loading branch information
travisn authored Apr 12, 2022
2 parents ebe2e10 + 9e56987 commit 73b8412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/ceph/multus-network.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multus networking integration with Ceph (not finalized yet and subject to update)

We have already explored and explained the benefit of multi-homed networking, so this document will not rehearse that but simply focus on the implementation for the Ceph backend.
If you are interested in learning more about multi-homed networking you can read the [design documentation on that matter](../core/multi-homed-cluster.md).
If you are interested in learning more about multi-homed networking you can read the [design documentation on that matter](../common/multi-homed-cluster.md).

To make the story short, [Multus](https://github.com/intel/multus-cni) should allow us to get the same performance benefit as `HostNetworking` as well as increasing the security.
Using `HostNetworking` results in exposing **all** the network interfaces (the entire stack) of the host inside the container where Multus allows you to pick the one you want.
Expand Down

0 comments on commit 73b8412

Please sign in to comment.