https://rancher.com/ logo
Title
l

loud-eve-73457

03/10/2023, 3:39 AM
is there a way to limit the outgoing network bandwidth of a pod to some IP address range. great thanks
c

creamy-pencil-82913

03/10/2023, 3:46 AM
There is https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#support-traffic-shaping but that is just on a global pod ingress/egress level and does not support per-destination limits.
l

loud-eve-73457

03/10/2023, 10:19 AM
thanks for replying. I am not familiar about setting cni. For rke2 using canal cni plugin. Is that meaning I can directly use annotation to limit pod bandwidth or I should install something to my cluster to enable this feature