Skip to content

Commit

Permalink
docs(bandwidth-manager): add note on per-pod limits
Browse files Browse the repository at this point in the history
[ upstream commit 0fdd290 ]

Signed-off-by: Raphaël Pinson <raphael@isovalent.com>
Co-authored-by: Paul Chaignon <paul@cilium.io>
Co-authored-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
3 people authored and tklauser committed Aug 17, 2022
1 parent c57ee5a commit 4d52d3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/gettingstarted/bandwidth-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ the ``netperf-server`` Pod):
Each Pod is represented in Cilium as an :ref:`endpoint` which has an identity. The above
identity can then be correlated with the ``cilium endpoint list`` command.

.. note::

Bandwidth limits apply on a per-Pod scope. In our example, if multiple
replicas of the Pod are created, then each of the Pod instances receives
a 10M bandwidth limit.

.. _BBR Pods:

BBR for Pods
Expand Down

0 comments on commit 4d52d3a

Please sign in to comment.