pod网络流量限制完了性能测试

apiVersion: v1
kind: Pod
metadata:
name: netperf-server
annotations:
kubernetes.io/egress-bandwidth: 1M
kubernetes.io/ingress-bandwidth: 1M
spec:
containers:
- image: sirot/netperf-latest
command: ["/bin/sh","-c","netserver -p 4444 -4; iperf3 -s -i 1;"]
imagePullPolicy: IfNotPresent
name: netperf
ports:
- name: netperf-port
containerPort: 4444
- name: iperf-port
containerPort: 5210
restartPolicy: Always

 tc qdisc s

pod网络流量限制完了性能测试最先出现在Python成神之路

版权声明:
作者:dingding
链接:https://www.techfm.club/p/12770.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>